nowox
nowox

Reputation: 29096

Vue 3 lint in VS Code is confused

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?

Upvotes: 1

Views: 767

Answers (1)

nowox
nowox

Reputation: 29096

I had the same issue because I had installed both Volar and Vetur.

Just remove Vetur and it will do the trick.

Upvotes: 3

Related Questions