refactor
This commit is contained in:
parent
65a19f0c75
commit
0b4a076f66
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@ const props = defineProps<{
|
|||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'update:modelValue', v: string | null): void;
|
||||
(ev: 'update:modelValue', v: string | null): void;
|
||||
}>();
|
||||
|
||||
const available = ref(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue