更新 Config.vue

This commit is contained in:
jxxghp
2025-05-07 09:31:58 +08:00
committed by GitHub
parent 8bbad227eb
commit c0ba921a7e
@@ -115,7 +115,7 @@ const props = defineProps({
default: () => ({}), default: () => ({}),
}, },
api: { api: {
type: any, type: Object,
default: () => {}, default: () => {},
}, },
}) })