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

hi~, I am working on #547 , but I found `vite-plugin-vue-inspector`'s [`toggleComboKey`](https://github.com/webfansplz/vite-plugin-vue-inspector) was set to `''`, this makes the default shortcut key for opening the inspector invalid. When I removed...

I just waited a bunch of time trying to figure out something that should be pretty fundamental to usage. In my opinion the docs should start with this text. (Removes...

### Description This PR add `issue` and `pull requests` template to `.github`. #### After - new issue - new PR ### Linked Issues ### Additional context Those config file is...

closes #376 This is very useful when using `defineComponent` with setup returning the render function. ```ts const Component = defineComponent({ setup() { const name = ref('foo') inspectSetupState({ name, }) return...

After using it for a period of time, this is the one with the highest frequency.

enhancement
need feedback

Is there an option to disable this shiny new devtool ?

question

在组件库的设计当中,往往可能存在多个 App,但是有一些 App 不是通过 createApp 方法构造而来的,比如 ElementPlus 的 MessageBox 组件,它是通过 render 方法,直接渲染一个与主应用程序分离的 DOM 树,比如: 对于 App2 来说,我借用了 App1 的 appContext,就是为了共享 App1 上面的**全局组件,VueI18N,全局方法**之类的。 **但是 App2 永远不会被插件给捕捉到** 当然,看了 Vue3 的源码,发现只有调用 mount 的时候,App...

enhancement

Recently, i tried to use `devtools-next` in my SSR project, but i found the error as shown in the below picture. ![image](https://github.com/user-attachments/assets/1d355286-37fd-4df8-8a14-f4b78fc65d39) I found it is caused by the unnormal...

enhancement