diff --git a/packages/editor/src/layouts/sidebar/TabPane.vue b/packages/editor/src/layouts/sidebar/TabPane.vue index 43a950da..91e53171 100644 --- a/packages/editor/src/layouts/sidebar/TabPane.vue +++ b/packages/editor/src/layouts/sidebar/TabPane.vue @@ -30,7 +30,7 @@ export default defineComponent({ props: { data: { - type: Object as PropType, + type: [Object, String] as PropType, }, },