devtools-next icon indicating copy to clipboard operation
devtools-next copied to clipboard

The next iteration of Vue DevTools

Results 107 devtools-next issues
Sort by recently updated
recently updated
newest added

1. 环境: 包管理工具:pnpm { "dependencies": { "vite": "5.2.11", "vue": "3.4.15", "vue-router": "4.2.5", }, "devDependencies":{ "vite-plugin-vue-devtools": "^7.2.0", } }。 2. vite.config.ts: plugins: [ VueDevTools() ] ![image](https://github.com/vuejs/devtools-next/assets/50267789/c9b0788a-cb00-43ba-b80a-2adae2b502a9)

need reproduction

When I use copy/past command on Mac on my website with DevTools enable (enable in Vite) I triggered the Component inspector, who open my VS Code So I had to...

need reproduction

"vite": "^3.2.10", "vite-plugin-vue-devtools": "^7.1.3", 本地启动报错, ` ERROR 19:10:52 [vite] Internal server error: EACCES: permission denied, scandir '/.fseventsd' 19:10:52 Plugin: vite:import-glob` 使用sudo无效果

question

Not sure if this is a problem on your end of some quirk of Yarn. ``` failed to load config from /home/viell/projects/vite-plugin-bug-repro/packages/web/vite.config.mts error when starting dev server: Error: @vue/devtools-core tried...

help wanted

fix issue #294 Change overlay inspector icon to avoid having the same icon than the component inspector which has a different behavior.

re #368 Updated: 1. **Homepage** - links based on new structure 2. **Header navigation** - Guide link (to match Router and Pinia doc), playground link & GitHub link 3. **Getting...

I'm experiencing weird bugs with attempting to use the DevTools to update a component's internal state. Using a very basic Vue 3 setup. See this link for a simple reproduction:...

bug

vue-devtools has had this issue for a long time [devtools #1295](https://github.com/vuejs/devtools/issues/1295). I want to know if this problem still exists in devtools-next? I just tested it in a project, and...

enhancement
devtools api

I just updated all my vue/vite dependencies and installed vue-devtools 7.0.21. I'm on macOS Sonoma 14.4. When I use the target button inside the components tab, the devtools is minimized,...

client
pr welcome