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

## What problem does this feature solve? When looking at the component tree there are often wrapper components that you don't need to look for, that clutter the view. It...

enhancement

Hi, Whenever I try to use the Vue Edge Extension when I first load it, it will freeze and become unusable. If I close edge and re-open it, it will...

How can I view the component state if there’s no horizontal scroll? 🤔 Please add a horizontal scrollbar to all tabs that contain a tree view. 🙏

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v6` | --- ### Release...

dependencies

Here's my usecase: I have a rather big and complex project with a ton of components. It works flawlessly until I open the DevTools browser extension. From this, it becomes...

In the pnpm create vite (vue) scaffolding project, when I ```bash pnpm add vite-plugin-vue-devtools -D ``` and ```ts import vueDevTools from 'vite-plugin-vue-devtools'; export default defineConfig({ plugins: [ + vueDevTools() ],...

Devtools is only available in cjs and esm, which is fine for bundled apps, but doesn't work well for browser based vue code. Foe example, pinia doesn't include devtools api...

We develop a Vue app, which is provided as a web component for production usage. The component is integrated in a tab layout, the web component is instantiated when the...

Sometimes after an error in my js code, I see endless loading animation on Vue tab https://i.imgur.com/QSE2Hvv.png. When I close devtools and open it again, the tab is disappeared. Sometimes...

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

dependencies