PSA: if you are trying to get VSCode to properly support <script setup>, make sure to switch to Volar instead of Vetur: marketplace.visualstudio.com/items?itemName…
PSA: if you are trying to get VSCode to properly support <script setup>, make sure to switch to Volar instead of Vetur: marketplace.visualstudio.com/items?itemName…
@vuejs Such a big fan of <script setup>! Having imports referenced directly in <template> is :chefkiss:
@vuejs When I npm init a Vite project the template is set with a previous version of Vue and even Vite itself, do I need to change to their respective latest versions in package.json and I'm set to go?
@vuejs I had to manually create snippets, otherewise it works like a charm. I really like the feature to split a component into 3 tabs