fix(Form): return state on validate (#472)

This commit is contained in:
Romain Hamel
2023-08-01 12:56:55 +02:00
committed by GitHub
parent 396aae7563
commit 248b0a68c6
5 changed files with 15 additions and 17 deletions

View File

@@ -301,11 +301,7 @@ defineExpose({
</script>
<template>
<UForm
ref="form"
:model="model"
@validate="validateWithVuelidate"
>
<UForm ref="form" :model="model" :validate="validateWithVuelidate">
<slot />
</UForm>
</template>