-
Notifications
You must be signed in to change notification settings - Fork 95
actions get surpressed without any log message #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is it necessary for working the plugin 'createSharedMutations' to init Vuex at main process and all renderer processes? I want a sample project which teaches me how to use 'vuex-electron'. |
@miyanokomiya Could you please provide your code of main.js? I am trying to make it work with no luck. Thanks |
@Ksistof If renderer processes dispach actions, the actions is cancelled in renderer processes and notify main process to do the actions. The only thing I did is to init Vuex from main process and renderer process.
main.js
renderderMain.js
store.js
|
@marvinosswald @miyanokomiya @Ksistof Hey guys, I've added the example project and updated documentation a little bit. I'm sorry, I really missed one step in In case if you are using import './path/to/your/store' Also, you could check the example project: Let me know if you have any questions. Have a nice day ;) |
The devs should at least write out an error message if this fails, though, and save a headache for other developers. |
Solved, thanks @MrEmelianenko for the neat example ! |
Why is it closed, the issue is still there!! Just spent hours on debugging this silly thing 😤 SimulatedGREG/electron-vue#733 |
i'm calling the addPod Action but my action never gets hit.. if i remove this plugin from vuex it works seemless.
Please let me know if i can provide more data.
my vuex index.js
The text was updated successfully, but these errors were encountered: