mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-10 05:59:26 +08:00
refactor(editor): tabpane prop type
This commit is contained in:
parent
8452daf0e0
commit
d02e044293
@ -30,7 +30,7 @@ export default defineComponent({
|
||||
|
||||
props: {
|
||||
data: {
|
||||
type: Object as PropType<SideItem>,
|
||||
type: [Object, String] as PropType<SideItem>,
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user