mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
fix(Form): return state on validate (#472)
This commit is contained in:
@@ -68,6 +68,8 @@ export default defineComponent({
|
||||
`Form validation failed: ${JSON.stringify(errors.value, null, 2)}`
|
||||
)
|
||||
}
|
||||
|
||||
return props.state
|
||||
}
|
||||
|
||||
expose({
|
||||
|
||||
Reference in New Issue
Block a user