-
-
Notifications
You must be signed in to change notification settings - Fork 681
'v-model' directives aren't supported on <Input> elements? #181
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
Comments
@thearabbit can you paste here an error message? |
Thanks for you reply
|
The same with |
Thank you for this issue. I could not reproduce it on this plugin. Also, the 2nd line doesn't seem the message this plugin generates. It might be the message of |
Excuse me, could advise fixing? |
vetur is using and there was bug with this but it was solved |
@thearabbit I'm guessing you are using vscode and vetur. As @armano2 mentioned, please open an issue on there. I'm not sure what happens in the |
i got confirmation from vetur team, they already upgraded version
|
Look great! |
My .eslintrc {
"extends": [
"eslint:recommended",
"plugin:vue/recommended" // or "plugin:vue/base"
],
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
},
"rules": {
"no-console": ["error"],
"semi": ["error", "always"],
"quotes": ["error", "single"]
// override/add rules" settings here
// "vue/valid-v-if": "error"
}
} |
Hi @thearabbit, @octref will release new version soon. The current vetur version is 0.9.5. |
Oh, thanks again |
Could we close this issue? |
Don't repro for me on latest. |
Ok guys, I'm closing this issue. Feel free to reopen if you'll experience any problems, but if you don't get the error when running |
mycode is v-model="xx | myfilter " |
Same here :( |
same here! |
@lovezyg @zaqisilverano @vitorvr i made PR about this bug #699 and ticket #700 Please create new ticket next time, no one notice it |
I base
iView
.I get error
The text was updated successfully, but these errors were encountered: