replace one more object type
This commit is contained in:
parent
fef2d9173e
commit
150f373ebf
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ import FormRadios from './form/radios.vue';
|
||||||
import XModalWindow from '@/components/ui/modal-window.vue';
|
import XModalWindow from '@/components/ui/modal-window.vue';
|
||||||
|
|
||||||
let dialog = $ref<InstanceType<typeof XModalWindow>>();
|
let dialog = $ref<InstanceType<typeof XModalWindow>>();
|
||||||
let values: object = $ref({});
|
let values: Record<string, any> = $ref({});
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
title: string,
|
title: string,
|
||||||
|
|
Loading…
Reference in a new issue