mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-26 01:51:41 +08:00
更新 module-federation-guide.md
This commit is contained in:
@@ -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: () => {}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user