You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Version
2.0.0-rc.4
Environment
Vue3
Reproduction link
https://codesandbox.io/s/practical-driscoll-ysu15?file=/src/App.vue
Steps to reproduce
填写表单所有必填字段后,点击提交按钮执行 validate 进行校验,界面无警告,控制台也无警告,但是validate会走catch
What is expected?
能正常通过校验
What is actually happening?
所有必填字段都有值,且无任何警告,但是validate会跳到catch
The text was updated successfully, but these errors were encountered: