vuex-electron icon indicating copy to clipboard operation
vuex-electron copied to clipboard

Unable to use code in actions with createSharedMutations

Open Zyles opened this issue 6 years ago • 3 comments

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.

Zyles avatar Sep 13 '19 10:09 Zyles

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.

VictorioBerra avatar Nov 19 '20 20:11 VictorioBerra

Same...

vFire avatar Mar 19 '21 15:03 vFire

I have a similiar problem. I am able to execute store actions, but they always return undefined.

brenthmiras avatar Oct 15 '21 05:10 brenthmiras