devtools
devtools copied to clipboard
Unleash Nuxt Developer Experience
### 🐛 The bug Component tree loads just fine when it's in-app, and doesn't load in the popup picture-in-picture mode, probably losing connection with the app. Popup doesn't work in...
### 🆒 Your use case @tanstack/vue-query devtools ### 🆕 The solution you'd like we already have integration by @webfansplz in devtools-next qa: https://github.com/vuejs/devtools-next/issues/317 pr: https://github.com/vuejs/devtools-next/pull/381 maybe there is a possibility...
- Support setting the default theme for devtools. Close #575. - Use an independent key to store the color mode. Close #543.
### 🐛 The bug When I try to configure `routerRules` in the nuxt.config.ts file, it does not show me the references and dependencies. - `nuxt.config.ts` ``` javascript export default defineNuxtConfig({...
### 🐛 The bug ``` WARN [Vue warn]: Extraneous non-props attributes (data-v-14ce88ff) were passed to component but could not be automatically inherited because component renders fragment or text root nodes....
### 🐛 The bug When in the Payload tab a state is expanded it fails to show the value with `[destr] Invalid JSON` if the value is a string representing...
### 🐛 The bug There is a section in documentation about [VS Code Server](https://devtools.nuxt.com/guide/features#vs-code-server), but I can't get working it. ## Part 1 - Follow the docs Installing **code-server** from...
### 🐛 The bug Disabling the Component Inspector via the nuxt config file: `devtools: { componentInspector: false, enabled: true }` does not disable the inspector icon in the devtools UI....
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
### 🐛 The bug The pages directory was created in the project root, vs the UI root (app). ### 🛠️ To reproduce n/a in dev ATM ### 🌈 Expected behavior...