1
0
mirror of synced 2025-12-08 01:57:56 +08:00

refactor(editor): tabpane prop type

This commit is contained in:
roymondchen
2022-05-26 20:57:34 +08:00
committed by jia000
parent 8452daf0e0
commit d02e044293

View File

@@ -30,7 +30,7 @@ export default defineComponent({
props: {
data: {
type: Object as PropType<SideItem>,
type: [Object, String] as PropType<SideItem>,
},
},