devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Unleash Nuxt Developer Experience

Results 126 devtools issues
Sort by recently updated
recently updated
newest added

### 🐛 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...

bug

### 🆒 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...

enhancement

- 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({...

bug

### 🐛 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....

bug

### 🐛 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...

bug

### 🐛 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...

bug

### 🐛 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....

bug

### 🔗 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...

bug