How to update a template? Follow
I would like to update the default template for a vue component to add some extra lines (a <script setup lang="ts"></script> block, and set the lang of the existing <script...>)
Where can I do that?
Please sign in to leave a comment.
This can be done in Settings | Editor | File and Code Templates, Vue Single File Component
I almost searched half an hour for this now again. because typing "vue" doesn't get you to this page.