I have problem Eslint Error when working with Vue 3 and Typescript template. Errors are shown because Vetur is not compatible with Typescript.
Solutions:
Uninstall Vetur from Visual Studio Code extension
Install extension called "volar"
Volar is official extension from Vue creator
Top comments (1)
this solution is very helpfully