devtools-next
devtools-next copied to clipboard
issues of Component Inspector
description
reproduction URL: https://stackblitz.com/edit/vite-pvnywh
https://github.com/vuejs/devtools-next/assets/50254496/988845ca-9886-4a1c-a4e7-2cc331598919
issues
- When starting to use
Toggle Component Inspectorand choosing a button-likeaelement, it will trigger the URL change. - When using
Toggle Component Inspector, the UI of the tooltip should be enhanced for better DX.- more appropriate position
- no unexpected blanks
- when the render components are generated by other site generators, such as Vitepress, the components' names are resolved with
node_modulesand often too long
We use vite-plugin-vue-inspector as our inspector feature backend, PRs are welcome.