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

jump to editor source code while click the element of browser automatically.

Results 43 vite-plugin-vue-inspector issues
Sort by recently updated
recently updated
newest added

It would be nice if it could be disabled with just the ESC key when the inspector is enabled.

In some cases when a project stays behind a reverse proxy, the base path needs to be respected when importing virtual modules. This PR fixes that.

## 支持点击组件跳转到对应的文件 实际开发中,往往是使用 UI 组件来写业务组件,组件内就没有几个 `Html` 元素。而 Inspector 目前只支持检查原生 `Html` 元素,遇到这种情况就无法愉快工作了,为了解决这个问题,需要扩展到组件节点也能被检查到。

This is a really nice looking plugin, but it does not work for me. I have tried adding it to my vite (v2.9.5) vue3 app and to storybook (vite then...

normally, we don't want to keep the effect after navigating to code editor, this PR adds the option disableOnKeyup that can disable the plugin after keyup

https://github.com/webfansplz/vite-plugin-vue-inspector/blob/48dc0afae6dbbb2d5209be55c7c47b82d538272f/packages/core/src/index.ts#L242-L258 before: ```js import { createTextVNode as _createTextVNode2, createVNode as _createVNode2, resolveComponent as _resolveComponent2 } from "vue"; ``` after: ```js ... function _createVNode(...args) { return _interopVNode(__createVNode(...args)) } ... import {...

Hello! There's an error in pug: ``` span(v-if="idx < last_idx") ``` This code leads to `Illegal tag name. Use '&lt;' to print '

It seems that it does not recognize a component unless I add a root element wrapper like a `` and then it works. For example, if my component looks like...

bug

window下的vscode怎么配置环境变量 VUE_EDITOR

I've tried exporting the variable in .zshrc `export VUE_EDITOR=/usr/local/bin/phpstorm` and also `export VUE_EDITOR=phpstorm` but it opens the file in nano in the terminal emulator from which it was started. I'm...