diff --git a/examples/plugin-component/src/components/Config.vue b/examples/plugin-component/src/components/Config.vue index 9cb31b56..ae7febd3 100644 --- a/examples/plugin-component/src/components/Config.vue +++ b/examples/plugin-component/src/components/Config.vue @@ -115,7 +115,7 @@ const props = defineProps({ default: () => ({}), }, api: { - type: any, + type: Object, default: () => {}, }, })