devtools
                                
                                 devtools copied to clipboard
                                
                                    devtools copied to clipboard
                            
                            
                            
                        ⚙️ Browser devtools extension for debugging Vue.js applications.
### Version 6.1.4 ### Browser and OS info Chrome 100.0.4896.127 / macOS monterey 12.3.1 ### Steps to reproduce Serve the HTML file below. Components in the first Vue app are...
### Version 6.1.4 ### Browser and OS info Chrome 102.0.5005.63 ### Steps to reproduce Open the vue dev tools then perform an action that will create a new instance of...
### Version 6.0.6 ### Browser and OS info Chrome 98.0.4758.80 (Offizieller Build) (x86_64) on Mac OS 12.2 ### Steps to reproduce On every Nuxt.js (2.15.7) Application I have , the...
### Version 2.6.11 ### Reproduction link [https://github.com/dxvladislavvolkov/vue-eventbus](https://github.com/dxvladislavvolkov/vue-eventbus) ### Steps to reproduce 1. Clone the repo 2. Open a project and run 'npm i' 3. Then 'npm run serve' 4. Open...
### What problem does this feature solve? I have a library/framework I've built that has some properties defined on functions. It would be wonderful if I could use the [_custom](https://github.com/vuejs/devtools/blob/70734d77c0067caa3391294bfdd994a0ac988427/packages/docs/src/plugin/api-reference.md#custom-value)...
Bumps [electron](https://github.com/electron/electron) from 12.2.3 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...
### Version 6.1.4 ### Browser and OS info chrome macOS Big Sur ### Steps to reproduce 增加 import { reactive, ref } from 'vue' const state = reactive({ id: 1,...
### Version 6.1.4 ### Browser and OS info Chrome 102, Ubuntu 20.04 ### Steps to reproduce 1. Clone the repo at https://github.com/beruic/quasar-devtools-bug 2. Run `npm ci` for dependencies 3. Run...
### What problem does this feature solve? Vue devtools builds electron and includes it in the final bundle even if its not necessary, leading to an increased build time and...
### Version 6.1.4 ### Browser and OS info Chrome 101.0.4951.54 / MacOS Monterey 12.3.1 ### Steps to reproduce when I moved a dom element to the body of html, and...