mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Accordion): dont set a default-value
This commit is contained in:
@@ -46,8 +46,7 @@ import { useAppConfig } from '#imports'
|
||||
|
||||
const props = withDefaults(defineProps<AccordionProps<T>>(), {
|
||||
type: 'single',
|
||||
collapsible: true,
|
||||
defaultValue: '0'
|
||||
collapsible: true
|
||||
})
|
||||
const emits = defineEmits<AccordionEmits>()
|
||||
defineSlots<AccordionSlots<T>>()
|
||||
|
||||
Reference in New Issue
Block a user