mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
fix(Accordion/Collapsible/NavigationMenu/Tabs): define unmountOnHide default
This commit is contained in:
@@ -96,6 +96,7 @@ const props = withDefaults(defineProps<TabsProps<T>>(), {
|
||||
content: true,
|
||||
defaultValue: '0',
|
||||
orientation: 'horizontal',
|
||||
unmountOnHide: true,
|
||||
labelKey: 'label'
|
||||
})
|
||||
const emits = defineEmits<TabsEmits>()
|
||||
|
||||
Reference in New Issue
Block a user