devtools
devtools copied to clipboard
⚙️ Browser devtools extension for debugging Vue.js applications.
This happens under both **Keyboard** and **Component events** (while **Mouse** show no events whatsoever). Example when hitting the **A** key once:  The first two events are identical `keydown` events,...
I've been noticing extreme slowdown on page load with the devtools activated. (I use the 7.7.7 version on Firefox, but it does the same thing on Chrome) When I load...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@antfu/eslint-config](https://redirect.github.com/antfu/eslint-config) | [`^4.11.0` -> `^4.14.1`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/4.11.0/4.14.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
# 🐛 Build Error: ES Modules Directory Import Not Supported ## Problem Description `pnpm build` fails with ES Modules directory import error when building the project. ## Error Details ```bash...
# Environment * OS: Windows * NPM: 11.4.1 * Vue.js devtools: 7.7.7 * vue: 3.5.16 * pinia: 3.0.3 * Browsers: Firefox, Chrome # Description There is a bug pertaining to...
In the latest devtools, on the latest Firefox on the latest macOS, if I navigate to the "Components" and select a component for inspection, the inspection pane on the right...
In previous versions of devtools for Vue 2 on Firefox, thrown errors in Vue components and supporting libraries would enter the debugger at the point of error if "Pause on...
I have a project that has performance issues, so naturally I'd like to be able to debug it, check which parts of the reactivity are the worst offenders. But guess...
Toggling component inspector button does not toggle but only enables the inspector. I've tried to fixed that.