devtools-next icon indicating copy to clipboard operation
devtools-next copied to clipboard

The next iteration of Vue DevTools

Results 107 devtools-next issues
Sort by recently updated
recently updated
newest added

No matter what method I use to install, I receive an error when it tries to install the electron dependency. "RequestError: read ECONNRESET" I was successful in loading the vite...

usage

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) | [`2.25.1` -> `2.26.0`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/2.25.1/2.26.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2feslint-config/2.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vueuse/components](https://togithub.com/vueuse/vueuse/tree/main/packages/components#readme) ([source](https://togithub.com/vueuse/vueuse/tree/HEAD/packages/components)) | [`^10.11.1` -> `^11.0.1`](https://renovatebot.com/diffs/npm/@vueuse%2fcomponents/10.11.1/11.0.1) |...

dependencies

when i want to debug my vueapp running in node env, this throw a window not defined error

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts) | [`^3.9.1` -> `^4.0.3`](https://renovatebot.com/diffs/npm/vite-plugin-dts/3.9.1/4.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-dts/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Option to disable animation when [inspecting components](https://devtools-next.vuejs.org/getting-started/features#inspector) on the page with "Select component on the page" button. It can be very distracting jumping between large number of components on the...

enhancement

![image](https://github.com/user-attachments/assets/dd9f615b-b3d9-4954-aca6-9d7be03077fc) In normal circumstances, it should be like this ![image](https://github.com/user-attachments/assets/1528f5c9-82a5-4510-afb7-698409f355d8) "The cause of the malfunction is because I have a `watch` function in the `login` component." ![image](https://github.com/user-attachments/assets/51f8b3af-0159-40cc-be8f-46a2ceeadc5d) "Commenting out the...

need reproduction

I have Cross Origin Embedder/Opener policies headers set to enable sharedArrayBuffer access. If i remove the Cross Origin headers, the devtools works as expected. ![code](https://github.com/user-attachments/assets/3298bd69-1ae8-4987-8289-c1e2a33a4208) Dev tools attempt to fetch...

usage

![image](https://github.com/user-attachments/assets/01beea2f-18a4-4d64-8239-5716e1468df5) This error causes the route panel and pinia panel to be unable to display, and component data cannot be reviewed

need reproduction

In `package/client/src/components/pages/RoutesTable.vue`, it has type error. In fact, there is no `file` attribute in the `sorted` here. I track the source of `sorted` and found that it came from `window.__VUE_DEVTOOLS_ROUTER_INFO__`,...