Home > Software design >  Vue 3 lint in VS Code is confused
Vue 3 lint in VS Code is confused

Time:10-17

I was very happy with Vue 2 and VS Code, but with Vue 3 and Velur, I get this kind of issues:

enter image description here

You notice VoteBtn is imported and used above, but the linter complains. Is there a way to solve this?

CodePudding user response:

Vue will now recommend Volar instead of Vetur.

is vetur going to support vue 3 with typescript?

Is Volar the new version of Vetur?

  • Related