|
|
@@ -343,7 +343,7 @@ const onValidationChange = (event: boolean | null) => {
|
|
|
* @see https://vuetifyjs.com/en/api/v-form/#functions-validate
|
|
|
*/
|
|
|
const validate = async function () {
|
|
|
- const validation = form.value.validate()
|
|
|
+ const validation = await form.value.validate()
|
|
|
isValid.value = validation.valid
|
|
|
errors.value = validation.errors
|
|
|
}
|