Skip to content
New issue

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

this.$vuerify.$errors 有bug... #26

Open
lylezhan opened this issue May 5, 2017 · 2 comments
Open

this.$vuerify.$errors 有bug... #26

lylezhan opened this issue May 5, 2017 · 2 comments

Comments

@lylezhan
Copy link

lylezhan commented May 5, 2017

首先在password密码框输入1, 然后删除1, password Error显示提示信息.
接着在Account文本框输入1, 然后删除1, 这时 this.$vuerify.$errors.account数组里会出现 password 的提示信息.

使用的是 "vuerify": "^0.4.0" 版本

以下是代码、结果截图和源码文件
default
default

测试代码 代码.txt

@violinxsc
Copy link

很简单,每次验证前
this.$vuerify.clear()
清空下,这样错误提示就不会乱了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@lylezhan @violinxsc and others