direct-vuex
direct-vuex copied to clipboard
Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.
Hi guys, I've been using this package from some versions ago, always working but unexpectedly I've lost the ability to use auto-import on VSCode and it's directly related to this...
I have several modules and want to commit `chat` module from one on actions of the `user` module. **The problem:** i cannot use rootCommit. There is no Type error but...
Hello I'm using the feathers-vuex Plugin for Vuex. To make it short how it works is that you define multiple plugins for your backend services and these plugins register namespaced...
Hi Paleo, Thanks for this great library and the great docs! I'm using Jest for unit testing and I'm realizing that the way direct-vuex is recommended in README.md may create...
I'm getting the error: *Uncaught Error: [vuex] must call Vue.use(Vuex) before creating a store instance.* Here's my thoughts: Perhaps direct-vuex has its own VueX installation? Here's what fixes my problem:...
There is no `this` or `context`? Can I still use `useStore` from `vuex`?
Hello, First of all thanks for your lib. I have implemented typed getters and actions in my project so i want to share code with you so you could update...