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

Does this extention supports all version of vue? 2 to 3? #87

Closed JenuelDev closed 3 years ago

JenuelDev commented 3 years ago

Does this extention supports all version of vue? 2 to 3?

sdras commented 3 years ago

It supports both- you can see the snippets that say 3 in the title and this whole section: https://github.com/sdras/vue-vscode-snippets#vue-composition-api

Options API is still supported in Vue 3 as well, so they are not deprecated.