Vue.js devtools (beta) is a browser extension for debugging Vue.js applications, currently in the beta channel with a brand-new re-implementation built with Vue 3. It allows users to report any issues on the GitHub repository and may cause conflicts with the stable version of Vue devtools.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome DevTools extension for debugging Vue.js applications.
Thank you for trying the Vue.js devtools Beta! If you have any issue, please report them on the GitHub repository.
This is the beta channel with a brand-new re-implementation, built with Vue 3.
Note the beta channel may cause conflict with the stable version of Vue devtools. If the Vue icon is lit but the Vue tab doesn't show up in devtools, please temporarily disable the stable version and re-open the page.
User reviews
These summaries are automatically generated weekly using AI based on recent user reviews.
Chrome Web Store does not verify user reviews, so some user reviews may be inaccurate,
spammy, or outdated.
Pros
Slick UI
Faster than previous version (v6)
Helpful when functioning correctly
Cons
Frequent errors and bugs
Performance issues on large applications
Does not properly display reactive values
Inconsistent loading issues
Most mentioned
Error messages when using the extension
Problems related to Vue 3 compatibility
Complaints about slow performance
Issues with pinia and vuex state changes
User reviews
Can I watch an item's state without clicking, like in vscode?
There is an issue: everytime when Vue dev tool is open in the development panel, I get an error and get it again and again when I change a page:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'name')
user-app.js
It was working perfectly until i started using pinia getters
Now everytime i open vue devtools and emit an input change which triggers pinia state changes it throws me the error RangeError: Maximum call stack size exceeded.
If i don't use devtools it works perfectly.
I tried checking if there are no circular refs, but i found none.
I found these 2 issues:
- https://github.com/vuejs/devtools-v6/issues/1301
- https://github.com/vuejs/devtools-next/issues/420
But i still don't know what is going on :(