fix(Accordion/Collapsible/NavigationMenu/Tabs): define unmountOnHide default

This commit is contained in:
Benjamin Canac
2025-01-07 15:08:06 +01:00
parent cc523a3d23
commit 4344e36664
4 changed files with 7 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ const props = withDefaults(defineProps<TabsProps<T>>(), {
content: true,
defaultValue: '0',
orientation: 'horizontal',
unmountOnHide: true,
labelKey: 'label'
})
const emits = defineEmits<TabsEmits>()