All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Make simpler action
- Add in vue-router snippets
- Add trailing comma on vmixin
- Add in updated way to write Vuex store
- Fix bug in
vcomputed
- Fix bug in vbase that was defaulting to ts
- Support for mapState, mapGetters, mapMutations, mapActions
- Support for vue.config.js
- Lifecycle methods
- Vuex scaffold
- TypeScript
- Add nuxt and dist to .gitignore
- Add in testing snippet
- Make component imports consistent
- Initial release