-
-
Notifications
You must be signed in to change notification settings - Fork 681
v-bind shorthand don’t work with 9.20 #2365
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
Which Vue.js version are you using? |
"vue": "3.4.7", |
This message was not reported by ESLint or eslint-plugin-vue. Maybe it's only an editor warning? Did you try restarting your IDE? |
yes |
Then please provide a reproduction repository or Stackblitz, so we can try to debug the issue. |
I believe that message is coming from Vue Language Tools rather than ESLint. See vuejs/language-tools#3830. |
Yes that makes sense. Thank for linking that issue. I'll close this one then. |
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
No errors with v-bind shorthand
What actually happened?
v-bind is missing expression.vue(34)
The text was updated successfully, but these errors were encountered: