ktsn / vuex-class

Binding helpers for Vuex and vue-class-component
MIT License
1.73k stars 86 forks source link

Support for Composition API ? #61

Open nicolidin opened 4 years ago

nicolidin commented 4 years ago

Firstly I would like to thank you for this superb library, we are using it in our project and it is totally what we were looking for. However, we would like to know if this lib will be supporting for the new Composition API. If so, can we use it without using vue-class-component? Thanks again !

StummeJ commented 4 years ago

https://github.com/greenpress/vuex-composition-helpers is a good one. It supports full typing as well if you're using TS