vuex-electron
vuex-electron copied to clipboard
Unable to use code in actions with createSharedMutations
When enabling createSharedMutations in my project I am unable to execute any code I put in my store actions when using dispatch.
It jumps straight to the mutation code.
Same but my mutation is not called either. When removing createSharedMutations it works. I have imported the store in main.js, not sure why READMEE says to do this since you pretty much have to in order to add it as a plugin.
Same...
I have a similiar problem. I am able to execute store actions, but they always return undefined.