From 05fb4c2db9b2213108e50ece751ad1e3f2c30fd4 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 14 Jun 2024 10:28:00 +0800 Subject: [PATCH] Update ScrollBar.vue --- components/scroll-area/ScrollBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/scroll-area/ScrollBar.vue b/components/scroll-area/ScrollBar.vue index 02bb30b..15801d6 100644 --- a/components/scroll-area/ScrollBar.vue +++ b/components/scroll-area/ScrollBar.vue @@ -23,6 +23,6 @@ const delegatedProps = computed(() => { && 'h-2.5 flex-col border-t border-t-transparent p-px', props.class)" > - + -- GitLab