Jelajahi Sumber

feat: public ContentWrapper component

nian 1 bulan lalu
induk
melakukan
4cc0a4afab
1 mengubah file dengan 1 tambahan dan 5 penghapusan
  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()