diff --git a/components/AppBarTabsExtension.vue b/components/AppBarTabsExtension.vue index 5b1723160a1c1afe1b791ddc364f553ed962d90b..ef7715df58126d58485550a6e23f8d7919f08399 100644 --- a/components/AppBarTabsExtension.vue +++ b/components/AppBarTabsExtension.vue @@ -90,11 +90,10 @@ export default class AppBarTabsExtension extends Vue { * the active tab */ @Prop({ - default: null, - type: Number + default: null }) // @ts-ignore - readonly value: number | null + readonly value: string | number | null /** * an array of tabs