Does Visual Studio Code extension work for Vue2? #4825
Unanswered
Darkzarich
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Do you have |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Extension from this repo work great for Vue 3 but it kind of errors out for Vue 2 (
"vue": "^2.7.14"
) in some places. I think it generally work, but then I see these typing warnings though I do not use TypeScript in this old project:I don't think I can properly type it in Vue 2.
Maybe I didn't setup something? or should I use a different extension for Vue 2?
Beta Was this translation helpful? Give feedback.
All reactions