Open sowhat13 opened 2 years ago
Vue devtools may exhibit out-of-sync activity. Already in beta version. To prevent this, printing the state to the console after an action @sowhat13 @retzloff @blackpr @dcrall @aeby
@sowhat13 Me too. May I ask if you have resolved it.
你的邮件我已收到!
Version
3.2.29
Steps to reproduce
this.$store.replaceState({})
When I use this function, it works but in vue devtools's store it doesn't change, there is still old store in there.
What is expected?
Store's state should be an empty object in vue devtools extension.
What is actually happening?
Old State is still there, not in app but in the extension its look like that.