webfansplz / vite-plugin-vue-inspector

jump to editor source code while click the element of browser automatically.
MIT License
697 stars 74 forks source link

feat: support inspect component #16

Open tazyong opened 2 years ago

tazyong commented 2 years ago

支持点击组件跳转到对应的文件

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

webfansplz commented 2 years ago

你好,感谢PR,你可以在PR中添加一个example辅助我review这种场景吗