DevTools browser extension for Vue.js
DevTools browser extension for Vue.js
User reviews
10 Β· from the Chrome Web Store- B
Beatrix Ducz
Dec 10, 2024Can I watch an item's state without clicking, like in vscode?
- A
Andrew βRazorβ Liulin
Nov 20, 2024There 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
- L
Lucas Niehues de Farias
Oct 22, 2024It 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 ...
- S
Sahil Bawa
Oct 6, 2024Fixed in 7.0.0 beta 8
- J
Jan
Sep 22, 2024Looks slick, but you cannot see if a value is reactive or just a plain non-reactive object. In the old version, there reactive values were labeled "Reactive", now everything is just "Object". This is essential for me, because I am dealing with very deeply nested objects and must sure that they are not made reactive by accident. Therefore I will have to use the old version in parallel.