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

**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项目时 > 报这个依赖错误 ![Image](https://github.com/user-attachments/assets/75229817-8fb5-4616-8bb1-c6fac0c5ea24) 2、pnpm dev 启动项目时 ![Image](https://github.com/user-attachments/assets/cb92407d-3094-4906-8a15-114b1f196ea3)

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,...

enhancement
need reproduction
perf

![Image](https://github.com/user-attachments/assets/0f82cfae-ed8a-443c-b195-d5853d98a4ba) 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: ![image](https://github.com/user-attachments/assets/03ec52d6-7956-4acd-ae3f-75f452227d29) 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...

need reproduction

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2feslint-config/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@antfu%2feslint-config/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

# 🐛 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...