devtools-next
devtools-next copied to clipboard
The next iteration of Vue DevTools
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...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) |...
when i want to debug my vueapp running in node env, this throw a window not defined error
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
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...
 In normal circumstances, it should be like this  "The cause of the malfunction is because I have a `watch` function in the `login` component."  "Commenting out the...
Vite integration iframe content fetch connection refused with Cross Origin Embedder Policy applied
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.  Dev tools attempt to fetch...
 This error causes the route panel and pinia panel to be unable to display, and component data cannot be reviewed
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__`,...