vite-plugin-vue-devtools icon indicating copy to clipboard operation
vite-plugin-vue-devtools copied to clipboard

Vite + Vue DevTools = DX 🔥

Results 33 vite-plugin-vue-devtools issues
Sort by recently updated
recently updated
newest added

原生的所写的弹窗打开后,因为出现了遮罩,没办法再去点击打开工具 ![image](https://github.com/webfansplz/vite-plugin-vue-devtools/assets/56419687/bc70498b-68b8-4afd-b7f0-4e6db1458373)

T: ui

Extraneous non-props attributes (data-v-inspector) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.

Reproduction Needed

``` error when starting dev server: TypeError: ws.on is not a function at createRPCServer (/Users/haomo/codes/block-design-components/block-design-jeecg/node_modules/vite-plugin-vue-devtools/dist/index.cjs:77:6) at configureServer (/Users/haomo/codes/block-design-components/block-design-jeecg/node_modules/vite-plugin-vue-devtools/dist/index.cjs:13722:17) at Object.configureServer (/Users/haomo/codes/block-design-components/block-design-jeecg/node_modules/vite-plugin-vue-devtools/dist/index.cjs:13763:7) at createServer (/Users/haomo/codes/block-design-components/block-design-jeecg/node_modules/vite/dist/node/chunks/dep-66eb515d.js:69245:41) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async CAC....

need more info

Display components events/emits in timeline.

T: feature

Currently opening an array or list of objects just shows a basic list all named the same - I propose adding a textbox somewhere where a field or jpath name...

T: feature

First of all, thanks for building this extension! In our project we are using `unplugin-vue-router` which generates pages according to a folder/file structure and syntax, much like it does for...

T: feature

I was playing with some options, this is one: https://stackblitz.com/edit/vue-web-component-wrapper-iduyws?file=demo-app-vite%2Fvite.config.ts&startScript=vite-demo. We are working with https://github.com/EranGrin/vue-web-component-wrapper It needs manually set width, height and top values via devtools, you know, because we...

T: feature

vue2.7目前也是支持setup的,理论上是可以支持的

T: feature
p-low