[Vuejs]-Incorrect "warning" Vetur – Vue.js – VSCode

4👍

✅

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

Uninstall Vetur, and use Volar instead.

Leave a comment