mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
fix(Accordion/Collapsible/NavigationMenu/Tabs): define unmountOnHide default
This commit is contained in:
@@ -141,8 +141,8 @@ import UCollapsible from './Collapsible.vue'
|
||||
const props = withDefaults(defineProps<NavigationMenuProps<I>>(), {
|
||||
orientation: 'horizontal',
|
||||
delayDuration: 0,
|
||||
labelKey: 'label',
|
||||
unmountOnHide: true
|
||||
unmountOnHide: true,
|
||||
labelKey: 'label'
|
||||
})
|
||||
const emits = defineEmits<NavigationMenuEmits>()
|
||||
const slots = defineSlots<NavigationMenuSlots<T>>()
|
||||
|
||||
Reference in New Issue
Block a user