Reputation: 29096
I was very happy with Vue 2 and VS Code, but with Vue 3 and Velur, I get this kind of issues:
You notice VoteBtn
is imported and used above, but the linter complains. Is there a way to solve this?
Upvotes: 1
Views: 767
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