devtools icon indicating copy to clipboard operation
devtools copied to clipboard

⚙️ Browser devtools extension for debugging Vue.js applications.

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

### Description In the current version hotkeys that use English letters (alt+f, alt+s, alt+d, ctrl+alt+r) are handled by event.key, which makes it impossible to use them in other language keyboard...

### Vue devtools version 5.3.4 ### Link to minimal reproduction . ### Steps to reproduce & screenshots No funciona en el navegador Google Chrome. Me aparece la extensión pero me...

### Vue devtools version 6.6.1 ### Link to minimal reproduction https://github.com/mishengqiang/vue-devtools-open-in-editor-demo ### Steps to reproduce & screenshots ![image](https://github.com/vuejs/devtools/assets/9413032/1714bd6a-b524-4087-a177-dfe72c0fe2f8) Failed to open after configuring the base option. ![image](https://github.com/vuejs/devtools/assets/9413032/12a707e0-8803-456f-b2ff-b3f0b57f23ca) Clicking on the...

### Description When setup function returns render function there's no devtoolsRawSetupState and setupState is empty. When the same component exposes some data the loop will try to access it from...

### Vue devtools version 6.6.1 ### Link to minimal reproduction https://play.vuejs.org/#eNp9kUFLwzAUx7/KM5cqzBXR0+gGKgP1oKKCl1xG99ZlpklIXuag9Lv7krK5w9it7//7v/SXthP3zo23EcVEVKH2yhEEpOhm0qjWWU/QgccV9LDytoWCq4U00tTWBII2NDBN/LJ4Qq0tfFuvlxfFlTRVORzHB/FA2Dq9IOQJoFrfzLouL/d9VfKUU2VcJNhet3aJeioFcymgZFiVR/tiJCjw61eqGW+CNWzepX0pats6pdG/OVKsJ8UEMklswXa/LzkjH3G0z+s11j8n8k3YpUyKd48B/RalODBa+AZpwPPPV9zx8wGyfdTcPgM/MFgdk+NQe4hmydpHvWz7nL+/Ms1XmO8ITdhfKommZp/7UvA/eTxz9X/d2/Fd3pOmF/0fEx+nNQ== ### Steps to reproduce & screenshots 1. Open devtools 2. Timeline tab 3. Click performance layer 4. start recording...

### Vue devtools version 6.5.1 ### Link to minimal reproduction No reproduction, see screenshot below ### Steps to reproduce & screenshots ![Capture d’écran 2024-03-27 à 21 41 57](https://github.com/vuejs/devtools/assets/2922851/5214cdf7-4c6e-494a-bf5d-19a5428a931c) ### What...

bug

### Vue devtools version 6.6.1 ### Link to minimal reproduction https://www.euromate.com/group/ ### Steps to reproduce & screenshots **Broken situation** 1. Have Vue Devtools enabled 2. Visit https://www.euromate.com/group/ 3. Deny the...

### Description Fixes #2103 When closing devtools, an infinite loop is triggered by the line: https://github.com/vuejs/devtools/blob/963ff7fe1470aa5b2a93a8a8afadc57fa3c38676/packages/shell-chrome/src/backend.js#L47 After closing devtools, the `window.postMessage` call in `backend.js` triggers the event listener in the...