forked from FoundKeyGang/FoundKey
form-dialog: use Record<string, any> for form prop
This commit is contained in:
parent
929203b2f3
commit
2d245d62cf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ let values: object = $ref({});
|
|||
|
||||
const props = defineProps<{
|
||||
title: string,
|
||||
form: object,
|
||||
form: Record<string, any>,
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
|
Loading…
Reference in a new issue