michaelolof / vuex-class-component

A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.
217 stars 21 forks source link

Vuex 5 support and breaking changes #106

Open LifeIsStrange opened 3 years ago

LifeIsStrange commented 3 years ago

I wonder how this library will adapt to Vuex 5 (replacing mutations the concept of mutations by actions only (which can be sync or async) You might consider switching to Pinia too.