vuex-typescript
vuex-typescript copied to clipboard
Vue dev tools compatability
Find a simple example here: https://github.com/BertusVanZyl/vuex-typescript-problemdemo
I got vuex-typescript working, and the state is changing. However, in the vue dev tools, no vuex events are created when using vuex-typescript.
Using the classic vuex works properly in vue dev tools.
I am probably doing something wrong, but I am not sure exactly what.
@BertusVanZyl look at vuexok