pull/409/head
xiaojunnuo 2025-04-20 23:55:05 +08:00
parent c9a3e3d9d2
commit 72bfbd93a8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import createCrudOptions from "./crud";
import { dict, FsDictSelect } from "@fast-crud/fast-crud";
const props = defineProps<{
modelValue: number;
modelValue?: number;
}>();
defineOptions({