Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vuex 4 devtools integration #1942

Closed
4 tasks done
Akryum opened this issue Mar 4, 2021 · 10 comments · Fixed by #1949
Closed
4 tasks done

Vuex 4 devtools integration #1942

Akryum opened this issue Mar 4, 2021 · 10 comments · Fixed by #1949
Labels
4.x enhancement New feature or request

Comments

@Akryum
Copy link
Member

Akryum commented Mar 4, 2021

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.

  • Custom inspector with the module tree on the left & module state/getters on the right
  • Timeline layer: mutations
  • Inspect state after a mutation
  • Timeline layer: actions (with event groups)
@sgallino
Copy link

sgallino commented Mar 4, 2021

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

Edit: Better wording.

@marcelruiter
Copy link

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
Copy link

geoidesic commented Mar 26, 2021

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

@dhruvkb
Copy link

dhruvkb commented Apr 10, 2021

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
Copy link

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

@davidrunger
Copy link

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

@vhxubo vhxubo mentioned this issue May 7, 2021
@virtueer
Copy link

virtueer commented May 8, 2021

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

kiaking added a commit that referenced this issue May 20, 2021
close #1942

Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
@kiaking kiaking linked a pull request May 20, 2021 that will close this issue
@Akryum
Copy link
Member Author

Akryum commented May 24, 2021

Released in 4.0.1

@Akryum Akryum closed this as completed May 24, 2021
@MrMitch
Copy link

MrMitch commented May 25, 2021

Thank you @Akryum for your dedication on this !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants