diff --git a/packages/shadcn-vue/src/components/uiv2/Accordion.vue b/packages/shadcn-vue/src/components/uiv2/Accordion.vue index 8cbcd3d3..e9c0557f 100644 --- a/packages/shadcn-vue/src/components/uiv2/Accordion.vue +++ b/packages/shadcn-vue/src/components/uiv2/Accordion.vue @@ -21,7 +21,7 @@ interface AccordionProps { collapsible: boolean, } -withDefaults(defineProps(),{ +withDefaults(defineProps(), { variant: 'default', type: 'single', collapsible: true, @@ -51,7 +51,9 @@ withDefaults(defineProps(),{ -
{{ item.content }}
+
+ {{ item.content }} +