Kim Boender
Kim Boender

Reputation: 436

Force older version of vuejs devtools or download older version

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

Answers (3)

Bar Horing
Bar Horing

Reputation: 5985

You can install the legacy dev tools extension for Chrome.

See more info on the documentation

Upvotes: 2

Niket Pathak
Niket Pathak

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.

enter image description here

Upvotes: 1

Flink
Flink

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

Related Questions