devtools icon indicating copy to clipboard operation
devtools copied to clipboard

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

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

### Vue devtools version 6.6.1 ### Link to minimal reproduction * ### Steps to reproduce & screenshots ![Dingtalk_20240410151207](https://github.com/vuejs/devtools/assets/59380464/629c9dda-261d-4eba-80f9-5b6ffb508c60) ### What is expected? hope it can show me ths AForm details...

### Description The documentation showed `npm` being used to install the tool, but then `yarn` to run a server. This changes the examples to all use `npm` for consistency's sake....

### Vue devtools version 6.6.1 ### Link to minimal reproduction https://play.vuejs.org/ ### Steps to reproduce & screenshots Step to reproduce: 1. Simply open and use the devtools as you normally...

### 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 ![screenshot-1712126603025](https://github.com/vuejs/devtools/assets/58019257/82495446-5e5f-4518-a286-c3ccd272e5d1) ### What is expected? It can show the props panel of all...

### Vue devtools version v6.6.1 ### Link to minimal reproduction - ### Steps to reproduce & screenshots Step to reproduce: 1. Open chrome devtools and chooese vue-devtools 2. Use it...

### Version 5.0.0-beta.4 ### Browser and OS info macOS 10.14.3, Chrome 72 ### Steps to reproduce (bug occurs sporadically) 1. Click on a component in the Components view ### What...

need repro

### Description Following the pattern of https://github.com/vuejs/devtools/commit/e38c3472ef047163ae99d9a3d2f65563a2d2fd2c, this should allow dev tools reaching vue properly on multiple function calls, eg. `editComponentState` ### Additional context Current condition ![image](https://github.com/vuejs/devtools/assets/8331853/ad4432f0-81f3-4bc8-90a6-5558923644f8) --- ### What...

We are aware that the latest 6.6 version has a number of issues and are looking into it. In the meanwhile, if you are using Vue 3 + Vite, consider...

I've been using Vue Devtools for a little while now. Sorting the attributes for a component by alphabetical order is great, but when you're working with long forms, it's very...

feature request
in consideration

### Vue devtools version 6.6.1 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-wh3but?file=package-lock.json ### Steps to reproduce & screenshots ``` import { createApp } from 'vue' import { createPinia } from 'pinia'...