[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.

👤tony19

Leave a comment