Selaa lähdekoodia

feat: public ContentWrapper component

nian 1 kuukausi sitten
vanhempi
commit
4cc0a4afab
1 muutettua tiedostoa jossa 1 lisäystä ja 5 poistoa
  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()