Closed qt911025 closed 8 years ago
Thank you for your reporting !!
I've checked your issue code in jsfiddle. However that issue did not occur the error in my environment. Would you tell me the Vue.js version ?
It's v1.0.10.
Here's my demo. https://github.com/qt911025/vue-validator-demo
In JSFiddle, there's another problem: https://jsfiddle.net/freugaz2/3/
Thanks !! This is the bug. I'll try to fix this issue until release v2.0
Fixed in v2.0-alpha.6
jsfiddle: https://jsfiddle.net/kazupon/7og9hds9/3/
Hi, kazupon. Your example works well but I think the problem is not resolved. The error will not be thrown because of the use of minified Vue, from which the debug or error tracking tools(something like that) are removed. The example is still not work in development environment.
https://jsfiddle.net/7og9hds9/18/
I just replaced the minified vue with the raw one. Plz have a check.
related #35 #103
Sorry, I cannot find a solution to this issue yet. This issue is difficult.
I'm asking the advise about related issue at below forum.
http://forum.vuejs.org/topic/957/how-to-avoid-evaluating-expression-warning-for-plugin-author
This issue is occuring when we using development version of vue.js
In development of app, we can avoid this issue by setting the Vue.config.warnExpressionErrors = false
.
I'll try to write the README.md
later. :smile_cat:
An error "TypeError: scope.$va.uname is undefined" is thrown.