Bläddra i källkod

feat: public ContentWrapper component

nian 1 månad sedan
förälder
incheckning
4cc0a4afab
1 ändrade filer med 1 tillägg och 5 borttagningar
  1. 1 5
      src/components/ContentWrapper.vue

+ 1 - 5
src/components/ContentWrapper.vue

@@ -17,11 +17,7 @@ defineOptions({
   inheritAttrs: false,
 })
 
-const {
-  scrollable = true,
-  contentClass,
-  contentStyle,
-} = defineProps<ContentWrapperProps>()
+const { scrollable = true, contentClass, contentStyle } = defineProps<ContentWrapperProps>()
 
 const { scrollbarInMainLayout } = useComponentThemeOverrides()