vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.42k stars 9.57k forks source link

Vuex 4 devtools integration #1942

Closed Akryum closed 3 years ago

Akryum commented 3 years ago

The API for Vue Devtools 6.x is now documented here.

I open this issue so we can keep track of the Vuex 4 integration.

sgallino commented 3 years ago

Thank you @Akryum for sharing this update! It gives a lot of peace of mind.

Edit: Better wording.

marcelruiter commented 3 years ago

It is very annoying that vue3 is out for a long period now and still other components not working well like Vuex. Is it so very hard to implement this? I think that there are a lot of developers who love to see it working asap. Please take priority of this issue.

geoidesic commented 3 years ago

@marcelruiter Yes, your majesty. At once, your majesty!

dhruvkb commented 3 years ago

In the meantime, while this has not been merged and rolled out, is there a workaround we can use to debug the Vuex store?

Anubarak commented 3 years ago

@dhruvkb you could fork the repo, merge the pull request and use your forked vuex version.

davidrunger commented 3 years ago

@dhruvkb : You can use createLogger to debug Vuex. There's an example of how to use createLogger here.

virtueer commented 3 years ago

https://github.com/erdemefe07/vuex4-devtools-support

Akryum commented 3 years ago

Released in 4.0.1

MrMitch commented 3 years ago

Thank you @Akryum for your dedication on this !