更新 Page.vue

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

View File

@@ -74,7 +74,7 @@ import { ref, onMounted } from 'vue'
// 接收初始配置
const props = defineProps({
api: {
type: any,
type: Object,
default: () => {},
},
})