devtools
devtools copied to clipboard
⚙️ Browser devtools extension for debugging Vue.js applications.
**Environment:** * OS: macOS (e.g., Sonoma or Ventura) * Browsers tested: Firefox (latest), Chrome (latest) * Vue Devtools version: [7.7.7] * Vue version: [e.g., Vue 3.4.21] * Devtools installation method:...
> 项目信息: node 21 1、pnpm create vite 创建最新的vite vue项目时 > 报这个依赖错误  2、pnpm dev 启动项目时 
I am trying to use stream JSON stringify to handle large data, and I believe this could help with the performance issues that may arise in large Vue applications. Currently,...
 Description When handling a message event, the following error occurs: ```SyntaxError: "[Object Object]" is not valid JSON``` This happens at the line: ```const parsed = SuperJSON.parse(event.data);``` Details - File:...
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...