sdras / vue-vscode-snippets

These snippets were built to supercharge my workflow in the most seamless manner possible.
https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets
MIT License
1.33k stars 183 forks source link

moves Composition API scripts section to the top #110

Open CRBroughton opened 2 years ago

CRBroughton commented 2 years ago

This PR moves the script section of the Composition API snippets to the top, above the template section. I understand that this change is very subjective, so if the current layout is preferred, feel free to close this PR.

Feel free to make suggestions. Another possibility would be have separate snippets where the script section is at the top and keeping the originals. If that would be preferable, I'll happily adjust this PR so we have both styles :)

buckeyez commented 2 years ago

Can we get some priority on this? This is the desired standard vuejs is shooting for. Thank you.