feat:タブ対応するためにボタン配置対応

This commit is contained in:
2024-06-11 09:57:52 +09:00
8 changed files with 532 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ export default defineComponent({
default:'',
},
modelValue: {
type: Object,
type: [Array,String],
default: null,
},
},