fix:模型生成

This commit is contained in:
JaguarJack
2024-03-14 13:07:28 +08:00
parent 1c3f606165
commit 265077229d
2 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import { useShow } from '/admin/composables/curd/useShow'
import { onMounted } from 'vue'
const props = defineProps({
primary: String | Number,
primary: [String, Number],
api: String,
})