Closed yiyasha15 closed 2 years ago
Hello, thank you for taking time filling this issue!
However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).
I hope to see your helper-created issue very soon!
when the user logs in, i'm storing some data from an api on vuex , on page reload if the same user access i skip the API call and show vuex data.
this was going fine.
until i found out that if i'm logged in on multiple devices and update vuex, only the store of the updated device changes..
is there a way to sync vuex with latest update on all devices?
please help. thanks!