This commit is contained in:
xiaojunnuo
2024-11-18 13:43:33 +08:00
parent 26dad399d5
commit c82bb730b2
3 changed files with 3 additions and 0 deletions
@@ -40,6 +40,7 @@ if (props.modelValue == null) {
}
const emit = defineEmits<{
"update:modelValue": any;
change: any;
}>();
const errorMessage = ref<string | null>(null);