You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After page init, I want to check current state, so I click the "Load State" button under vue devtools, I find some function in mutations re-run, and it change current state actually. But the component vuex bindings is not same to vuex state tab value.
What is expected?
they should be same
What is actually happening?
the vuex state is not update anymore
The text was updated successfully, but these errors were encountered:
Version
5.3.3
Browser and OS info
Chrome 87 / MacOS 10.15.7
Steps to reproduce
After page init, I want to check current state, so I click the "Load State" button under vue devtools, I find some function in mutations re-run, and it change current state actually. But the component vuex bindings is not same to vuex state tab value.
What is expected?
they should be same
What is actually happening?
the vuex state is not update anymore
The text was updated successfully, but these errors were encountered: