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

The recent update (7.7.7) of Vue DevTools causes compatibility issues with [Wujie](https://wujie-micro.github.io/doc/) micro-frontend framework, resulting in infinite calls loop. Vue DevTools injects code into iframe.contentDocument.documentElement. Wujie's javascript sandbox uses iframe...

我的新手, 使用`npm create vuetify@latest`构建的项目, 使用`npm install vite-plugin-vue-devtools@latest`安装了devtools, 当我在页面级组件中使用`import { definePage } from "unplugin-vue-router/runtime";`这个导入语句, 以及这个代码进行路由权限控制时 ``` definePage({ meta: { requiresAuth: true, }, }); ``` 会导致浏览器报这样的错误 不管这两段代码是否被注释掉,只要有 definePage 关键字出现就会触发这个错误 ,不知道这个该怎么解决 下面这个是我在router/index.tx中添加的代码 ```...

Firefox 140.0esr using debian Vue DevTools 7.7.7 I added first example from https://devtools.vuejs.org/plugins/api#addcustomtab into my app. It does not work in Firefox or Librewolf. In the extension's debug console I'm...

when using [axe devtools](https://www.deque.com/axe/devtools/) via its [chrome browser extension](https://chromewebstore.google.com/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd) to check for accessibility issues on a page, there is a complaint about the vue devtools: > Issues: 1 > Ensure...

While looking to migrate to `rspack` from `webpack` we are encountering an issue with vue-dev-tools. With webpack/vue-dev-tools when inspecting a Vue SFC that uses `` we can see all data...

Since other Devtools cannot detect my page, i choose Legacy version. However, when i tried to modify the attributes in my page, nothing displays... ![Image](https://github.com/user-attachments/assets/a704ed6a-5d8b-4d33-b04b-c7fd6388f4b2) (The following one displays well...

Since the latest update `v3.5.*`, I'm unable to browse through different Vue apps on a page in Firefox. The app list does not show up anymore, and I can't access...

``` vue v3.5.17 vuetools v7.7.7 ``` I'm creating a devtool plugin and I'm trying to set the icon but whatever I put i the `icon` property, devtools shows the default...

When Vite starts, Vue DevTools prints the following message to the terminal: ``` ➜ Vue DevTools: Press Alt(⌥)+Shift(⇧)+D in App to toggle the Vue DevTools ``` Including key symbols (⌥...

# Problem Currently, `editInspectorState` uses an `` element for editing values. This works fine for primitives, but becomes difficult when editing objects or arrays. # Proposed solution: Switch to a...