refactor(editor): tabpane prop type
This commit is contained in:
@@ -30,7 +30,7 @@ export default defineComponent({
|
||||
|
||||
props: {
|
||||
data: {
|
||||
type: Object as PropType<SideItem>,
|
||||
type: [Object, String] as PropType<SideItem>,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user