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

Issue with Vue devtools #3

Open
MaxGfeller opened this issue May 6, 2019 · 0 comments
Open

Issue with Vue devtools #3

MaxGfeller opened this issue May 6, 2019 · 0 comments

Comments

@MaxGfeller
Copy link
Contributor

MaxGfeller commented May 6, 2019

When inspecting a vuex-pagination instance in Vue devtools, it doesn't show all the properties. This is probably due to the fact that we're using a Proxy.

However, it should be possible to inspect the values in devtools too.

The steps for solving this issue should be the following:

  • Find out exactly why it is not displayed properly
  • Implement this so in devtools we see all properties of the instance (items, loading, total, totalPages, page, pageSize)
  • Check if values can be edited from the devtools (e.g. page or pageSize)
  • Profit 🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant