Home > Net >  Detected Vetur enabled. Consider disabling Vetur and use @volar-plugins/vetur instead
Detected Vetur enabled. Consider disabling Vetur and use @volar-plugins/vetur instead

Time:11-14

VSCode is giving the following warning

Detected Vetur enabled. Consider disabling Vetur and use @volar-plugins/vetur instead.

What is this for? What do I need to do to turn it off

CodePudding user response:

Volar is the official VScode plugin to use since few months, hence why the core team is pushing the officially supported one.
It was initially meant for Vue3 but it also works with Vue2.

As explained here: enter image description here

CodePudding user response:

In your VScode extensions, find 'Vetur' and Disable. Reload VScode

or you can use 'Vetur' in another way @volar-plugins/vetur.

  • Related