istrib / vuex-typescript

A simple way to make Vuex type-safe with intuitive intellisense
237 stars 18 forks source link

Vue dev tools compatability #24

Open BertusVanZyl opened 4 years ago

BertusVanZyl commented 4 years ago

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.

spb-web commented 3 years ago

@BertusVanZyl look at vuexok