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

@@ -68,6 +68,8 @@ export default defineComponent({
`Form validation failed: ${JSON.stringify(errors.value, null, 2)}`
)
}
return props.state
}
expose({