diff --git a/src/runtime/components/navigation/Tabs.vue b/src/runtime/components/navigation/Tabs.vue index 57fcf537..bacb3e41 100644 --- a/src/runtime/components/navigation/Tabs.vue +++ b/src/runtime/components/navigation/Tabs.vue @@ -33,7 +33,7 @@ - + {{ item.content }} @@ -84,6 +84,10 @@ export default defineComponent({ type: Array as PropType, default: () => [] }, + unmount: { + type: Boolean, + default: false + }, class: { type: [String, Object, Array] as PropType, default: () => '' diff --git a/src/runtime/ui.config/navigation/tabs.ts b/src/runtime/ui.config/navigation/tabs.ts index a9e38dea..31011a62 100644 --- a/src/runtime/ui.config/navigation/tabs.ts +++ b/src/runtime/ui.config/navigation/tabs.ts @@ -30,4 +30,4 @@ export default { shadow: '' } } -} \ No newline at end of file +}