Reputation: 436
Recently vue devtools was updated to a newer version. I am using the devtools heavily to check my vuex store. After the update the data does not show anymore. The data is updated after mutations but not shown in the devtool.
Does anyone know how to use the older version again?
Thanks in advance!
Upvotes: 8
Views: 3887
Reputation: 5985
You can install the legacy dev tools extension for Chrome.
See more info on the documentation
Upvotes: 2
Reputation: 6830
There is a Settings
tab on the newer version which allows you to keep the Veux store synchronized at all times.
All you need to do is to enable it.
Upvotes: 1
Reputation: 1006
All releases can be found on their Github page: Here
Download your preferred version, then follow the steps written under Manual installation
Upvotes: 2