Closed fen89 closed 4 years ago
Replace e.g. this.context.commit('resetState'); with this.resetState()
this.context.commit('resetState');
this.resetState()
I removed the implementation completely, store is only barebones now.
Replace e.g.
this.context.commit('resetState');
withthis.resetState()