mesqueeb / vuex-easy-access

Unified syntax for accessing your Vuex store through simple set() and get() functions + auto generate mutations
https://mesqueeb.github.io/vuex-easy-access/
MIT License
52 stars 6 forks source link

Does vuex-easy-access work with Vuex 4 / Vue 3 + Typescript? #66

Open iKnowMagic opened 3 years ago

iKnowMagic commented 3 years ago

Does vuex-easy-access work with Vuex 4 / Vue 3 + Typescript?

Thanks.

mesqueeb commented 3 years ago

No. I made a new library for Vue 3 that doesn't need Vuex any more, it has its own Reactivity built in.

The docs are here: Magnetar