更新 module-federation-guide.md

This commit is contained in:
jxxghp
2025-05-07 09:32:41 +08:00
committed by GitHub
parent c0ba921a7e
commit 1a273ea2d6

View File

@@ -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: () => {}
}
})