devtools-next
devtools-next copied to clipboard
The next iteration of Vue DevTools
### Describe the bug There is no the **Timeline** tab in the devtools panel, that mentioned on [the official site](https://devtools-next.vuejs.org/getting-started/features#timeline) ### Expected behavior The **Timeline** tab that exists in the...
https://pnpm.io/catalogs
I get this error: ``` Error: Electron failed to install correctly, please delete node_modules/electron and try installing again at getElectronPath (C:\Users\lenovo\.bun\install\global\node_modules\electron\index.js:17:11) at Object. (C:\Users\lenovo\.bun\install\global\node_modules\electron\index.js:21:18) at Module._compile (node:internal/modules/cjs/loader:1460:14) at Module._extensions..js (node:internal/modules/cjs/loader:1544:10)...
I encountered an issue where a computed property shows as undefined in the Vue Devtools when it's not used in the template. This behavior is confusing and can make debugging...
Hello! Thank you for your amazing project! I have a question. Recently `addCustomTab` has been supported. Its API supports iframe, so 3rd tools gives us more freedom for debug tools....
If a component has a `@mouseover.stop` handler defined, no child components can be selected via the devtools components tab. However, it works as expected using the component inspector tool. Here's...
Hi, thank you for the nice tool! I noticed that we can't set props from devtools as we can in https://devtools.vuejs.org/ . Is there any plan to thave the same...
 node version: v18.19.0 / v21.5.0 pnpm version: 9.5.0
Somewhere between version 3.2.0 and 3.3.0, devtools stopped trying to reconnect when the inspected page reloads. It appears functional, but most buttons etc. break when trying to interact, as there's...
In the business scenario, logging out will clear the localstorage, resulting in the settings needing to be reset again. In the development scenario, debugging often also clears the localstorage. If...