更新 Config.vue

This commit is contained in:
jxxghp
2025-05-07 09:31:58 +08:00
committed by GitHub
parent 8bbad227eb
commit c0ba921a7e

View File

@@ -115,7 +115,7 @@ const props = defineProps({
default: () => ({}),
},
api: {
type: any,
type: Object,
default: () => {},
},
})