Procházet zdrojové kódy

feat: public ContentWrapper component

nian před 1 měsícem
rodič
revize
4cc0a4afab
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  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()