From 1a273ea2d6ecbf8d86d70d1a543cfdafde91bdc1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 7 May 2025 09:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20module-federation-guide.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/module-federation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/module-federation-guide.md b/docs/module-federation-guide.md index 7ada5082..b9f46149 100644 --- a/docs/module-federation-guide.md +++ b/docs/module-federation-guide.md @@ -86,7 +86,7 @@ const emit = defineEmits(['action', 'switch', 'close']) // 接收API对象 const props = defineProps({ api: { - type: any, + type: Object, default: () => {} } }) @@ -130,7 +130,7 @@ const props = defineProps({ default: () => ({}) }, api: { - type: any, + type: Object, default: () => {} } })