devtools
devtools copied to clipboard
⚙️ Browser devtools extension for debugging Vue.js applications.
### What problem does this feature solve? During development, it is often necessary to navigate through multiple levels to reach the parent component in order to open the corresponding component...
### 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  Failed to open after configuring the base option.  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  ### What...
### 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...
## Description There is an issue where in team collaboration, due to the different preferences of individual editors, no matter how you specify the value of `launchEditor`, it will not...