-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Vue - Official still uses the vue3 template rules for template syntax validation when specifying vue2.7+ templates. #3959
Comments
This worked in 1.8 and makes it hard to use the extension now as it shows "errors" in many files and you don't really know if a file really has an error without checking it. |
Seems to be fixed in 2.0.7. I don't get the errors anymore. Thanks! |
still exsits in 2.0.7 |
confirmed here that 2.0.7 fixes that false positive error in particular. I will report any other, if any |
but why do I still get this error🥲 |
Took me way too long to fix this... Eventually I found Even now I know about There should really be a note about this / Vue 2 support somewhere easier to find... And then it took me ages to work out why it wasn't working - turning off Hybrid mode made it work. (I'm not even using typescript..!) |
Sorry for all theinconvenience, we will improve our document soon |
version 2.1.10 still get this error🥲🥲🥲Is there a simple and effective way to solve this problem?🥲🥲🥲 |
project envs:
vue : 2.7.16
Vue - Official : 2.0.3
In vue 2.7
<template>
cannot be keyed,but Vue - Official now warns:The vueCompilerOptions.target has been configured in tsconfig.json to 2.7
The text was updated successfully, but these errors were encountered: