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

Dear Vue.js Team, I would like to **request the release of an official Vue.js DevTools extension for the Safari browser**. Debugging Vue.js applications without a native Safari extension can be...

would love to see updated documentation showing the entire process from creating new plugins. Right now it seems like it's either missing or spread across multiple locations, making it difficult...

yarn add -D vite-plugin-vue-devtools 安装后项目无法启动 ![image](https://github.com/user-attachments/assets/4b2618fe-a256-4560-aebb-9cbf80919f5f) ![image](https://github.com/user-attachments/assets/5f6d1e47-1963-4a49-a011-b152cd09d7b2)

need reproduction

# Description For some reason the inspector button for the DevTools (next to the Vue button) does not show up when I use the current DevTools as a Vite plugin....

need reproduction

Is there any way to enable this features in newer version? Or is it documented anywhere? I can see it here in older version ![image](https://github.com/user-attachments/assets/b30575f7-904c-4b04-8fe3-63eaf336f4ad)

In version 7.x of devtools, when I used the _custom attribute as described in the documentation, the actions Settings did not take effect. ![image](https://github.com/user-attachments/assets/af28372c-1724-4275-b6cc-fbc8a5a39fcc) But in verison 6.x, it works

plugin api

![image](https://github.com/user-attachments/assets/d3696863-cfe0-4f0b-8059-bc82def06537) ![image](https://github.com/user-attachments/assets/d2e1e615-8ac1-4755-8136-02464c9b8e8d) [demo.zip](https://github.com/user-attachments/files/18176110/demo.zip)

bug

fix to #736 by update "vite-plugin-inspect"; add `embedded` option to hide some buttons.

hold on

My app is mounted to `document.body` directly, which in itself does not cause an issue with DevTools. However, I also use top-level await, which delays the mounting process until all...

bug

fix: payload over 128k will cause a reconnect loop