You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vetur gives a false 'xxxx' is declared but its value is never read Vetur(6133)
pop-up warning on import statements when the
components: { ... } declatarion is missing, but the component is used in the template directly, which is an allowed shortcut in the new <script setup> syntax.
The text was updated successfully, but these errors were encountered:
For the moment, I had to switch to Volar extension on VSCode. (edited: just saw it is the recommended extension for the moment as mentioned at the Vue3 official docs)
Vetur gives a false
'xxxx' is declared but its value is never read Vetur(6133)
pop-up warning on import statements when the
components: { ... } declatarion is missing, but the component is used in the template directly, which is an allowed shortcut in the new <script setup> syntax.
The text was updated successfully, but these errors were encountered: