We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/s/admiring-swirles-196106?file=/src/components/TestForm.vue
1、进入表单页面 2、在输入框随便输入字符 3、点击提交按钮 4、打开控制台(console),查看firstError是否正确
firstError应该根据实际输入情况展示对应rule的message
始终展示第一个rule的message
The text was updated successfully, but these errors were encountered:
0.9.3 已修复
Sorry, something went wrong.
No branches or pull requests
重现链接
https://codesandbox.io/s/admiring-swirles-196106?file=/src/components/TestForm.vue
重现步骤
1、进入表单页面
2、在输入框随便输入字符
3、点击提交按钮
4、打开控制台(console),查看firstError是否正确
期望结果
firstError应该根据实际输入情况展示对应rule的message
实际结果
始终展示第一个rule的message
The text was updated successfully, but these errors were encountered: