Why does Nuxt Dev Tools does not have the ability to inspect a component's state ?
I remember Vue 2 had a great dev tools that could preview each component state like data and props and computeds, I've tried looking this feature in Nuxt devtools but it doesnt have it, and Vue 3 devtools are not working anymore.
3 Replies
GitHub
fix: vue devtools tab doesn't show up in chrome devtools · Issue #6...
🐛 The bug After updating my projects to last version of Nuxt I noticed Vue Devtools chrome extension isn't showing up anymore. I found this issue - vuejs/devtools#2138, but downgrading just @vu...
Update: there is also this issue. https://github.com/nuxt/devtools/issues/640
GitHub
fix: Vue devtools crashing (unusable) with v1.1.4 · Issue #640 · nu...
🐛 The bug When using the Nuxt devtools with version 1.1.4 we cannot use the Vue devtools along. See logs below. I digged a bit, and the code throwing the error seems to belong to @vue/devtools-api,...