fen89 / vscode-snippets

Useful VS Code Snippets
1 stars 0 forks source link

Typesafe Vuex Store Actions #6

Closed fen89 closed 4 years ago

fen89 commented 4 years ago

Replace e.g. this.context.commit('resetState'); with this.resetState()

fen89 commented 4 years ago

I removed the implementation completely, store is only barebones now.