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

failed to load virtual js files from vue-devtools when running in chrome extension page. how to specify injected js src with origin from dev server. I am using wxt.dev to...

vite
usage

`event listeners` shows `Not declared` for a camelCase emit, this is not correct: ![image](https://github.com/user-attachments/assets/6e811fc6-89ad-4c57-99d6-3f562b0ec3a8) The code is: `App.vue`: ```vue import Child from './Child.vue'; ``` `Child.vue` ```vue const emit = defineEmits([...

### Summary I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project.... I have a simple reproduction...

need reproduction

Since this week inspecting my vue components within a RouterView (vue-router) stops working after some time Its very unexpectedly and I can't trace a pattern on how to resolve it...

Problem occured since removing and reinstalling vue devtools Once I reload my page with shift f5 it keeps opening the overview instead of landing on the Components, Not sure if...

This error suddenly appear on my app anyone has the same issue? and how to fix this? im using ver 0.0.16

![Image](https://github.com/user-attachments/assets/49dd6ecb-f00b-4cb5-9826-2b668c7c67e0) I'm trying to set `null` value to an object that I have in Pinia store, defined as: ``` /** @type {{ from: string; to: string | null; } |...

When using `vite-plugin-vue-devtools` and `vite-plugin-inspect` at the same time there is no way to show module details since version bundled with the plugin here is too old (0.8.9) where we...

我使用vscode开发, mac上也有cursor, inspect元素打开editor时, 它总是打开cursor, 是用cursor打开vue文件, 我看文档默认是打开code, 即使我配置了launchEditor: 'code', 依然是cursor, 我觉得这是个问题, 至少使用code打开vue文件吧, 另外, 我想知道插件的预期行为是什么, 是在我已经打开的项目中打开vue文件吗?

Excuse me how to listen to vue devtoos initialization completion, I want to reload window connection after completion https://github.com/user-attachments/assets/0a65c1ed-e0f4-424c-a750-9db8a1c131f2