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
首先在password密码框输入1, 然后删除1, password Error显示提示信息. 接着在Account文本框输入1, 然后删除1, 这时 this.$vuerify.$errors.account数组里会出现 password 的提示信息.
使用的是 "vuerify": "^0.4.0" 版本
以下是代码、结果截图和源码文件
测试代码 代码.txt
The text was updated successfully, but these errors were encountered:
很简单,每次验证前 this.$vuerify.clear() 清空下,这样错误提示就不会乱了
Sorry, something went wrong.
No branches or pull requests
首先在password密码框输入1, 然后删除1, password Error显示提示信息.
接着在Account文本框输入1, 然后删除1, 这时 this.$vuerify.$errors.account数组里会出现 password 的提示信息.
使用的是 "vuerify": "^0.4.0" 版本
以下是代码、结果截图和源码文件
测试代码 代码.txt
The text was updated successfully, but these errors were encountered: