From c0ba921a7e5cf34995364ac20d0ca77de60716fe Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 7 May 2025 09:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Config.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/plugin-component/src/components/Config.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: () => {}, }, })