devtools icon indicating copy to clipboard operation
devtools copied to clipboard

⚙️ Browser devtools extension for debugging Vue.js applications.

Results 375 devtools issues
Sort by recently updated
recently updated
newest added

![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

We are using the Vite Plugin installation method and have a use case where certain routes are for printing only(no interaction); `details/uuid/print`. On these routes the dev tool still attaches...

The (v7) devtools were called "devtools-next" for a while. The docs site https://devtools-next.vuejs.org/ is still up. I think this is confusing, shall we redirect that to https://devtools.vuejs.org? If this is...

enhancement
dx

Most of my Vue work is done in the `/pages` folder of Nuxt. Everytime I open devtools, it opens without any component focused. I then have to navigate to the...

enhancement
client
dx

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@antfu/eslint-config](https://redirect.github.com/antfu/eslint-config) | [`^3.11.2` -> `^4.1.0`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/3.12.1/4.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2feslint-config/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@antfu%2feslint-config/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Example use case: [fluent-vue](https://github.com/fluent-vue/fluent-vue) is adding a "missing translations" tag for components that are using not declared translation messages. It would be nice to filter and see all of them....

After selecting a component, the details for that component (the props, setup variables, etc) do not show up in the section under the component tree. The issue is intermittent, but...