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

### What problem does this feature solve? 微前端场景下可以查看子应用的store状态,目前只有主应用与子应用vue版本不同的情况下,才可以查看两个应用的store情况,否则只能看到主应用的数据 ### What does the proposed API look like? 无

### Version 6.2.1 ### Browser and OS info Chrome 62 / Windows 10 ### Steps to reproduce 只要带有vue-router/vuex等使用了@vue/devtools-api的包,打包之后就会有。使用@vue/cli创建的模板即可重现 ### What is expected? 未设置时,打包生产环境不带@vue/devtools-api ### What is actually happening? 不论设置与否,打包都会带@vue/devtools-api

### Version 6.1.4 ### Browser and OS info Brave 1.39.111/ Windows 11 ### Steps to reproduce 1. Open a vue project in browser. 2. Open Vue Dev Tools. 3. Try...

feat: performance

### Version 6.2.1 ### Browser and OS info Chrome 104, Linux Deepin 20.6 ### Steps to reproduce ```vue CLick me import { defineEmits } from 'vue'; const emit = defineEmits(['fire']);...

### Version 6.0.0-beta.21 ### Browser and OS info Google Chrome Version 97.0.4692.71 ### What is actually happening Hi, I have many store modules in my project with dynamic keys I...

need repro

### Version 6.2.0 ### Browser and OS info Chrome Version 103.0.5060.114 (Official Build) (arm64) / MacOS 12.4 ### Steps to reproduce 1. Open devtools 2. Press ⌥ + S ###...

### Version 6.1.4 ### Browser and OS info Chrome 99.0.4844.74 ### Steps to reproduce 1. Create a Vue 2 component 2. Create a class that includes a `public _isVue =...

### What problem does this feature solve? When developing vue applications on remote servers is not always possible to connect with the ngrok tunnel as proposed on the README for...

enhancement
work in progress

### Version 6.2.1 ### Browser and OS info Google Chrome 104.0.5112.81 ![image](https://user-images.githubusercontent.com/41235576/183030236-3fc94ea2-eba6-449a-bc70-751795d30b00.png) ### Steps to reproduce Just open console ### What is expected? No error ### What is actually happening?...

### Version 6.1.3 ### Browser and OS info MacOs 12.21 Chrome 99.0.48 ### Steps to reproduce On a basic cdn global Vue app like presented in the docs https://vuejs.org/guide/quick-start.html#without-build-tools. https://codepen.io/romainpetit/pen/jOYWYEG?editors=1010...