0

My VSCode (Vetur) is displaying this warning, however the imported component is being used in the template.

Warning in import :

enter image description here

Component used :

enter image description here

Another issue is that the summaries are appearing in duplicate, as well as the CSS color thumbnails. I have already uninstalled some extensions and reviewed the settings but I couldn't find the option that causes this.

Color duplicate :

enter image description here

Debug Diva
  • 26,058
  • 13
  • 70
  • 123
sfn
  • 263
  • 1
  • 2
  • 13

1 Answers1

4

Vetur is deprecated and doesn't actually support <script setup>. The Vue docs officially recommend Volar.

Uninstall Vetur, and use Volar instead.

tony19
  • 125,647
  • 18
  • 229
  • 307