@@ -99,8 +99,8 @@ const props = defineProps({
default: () => []
},
tab: {
- type: Number,
- default: 0
+ type: String,
+ default: '0'
}
})