webfansplz / vite-plugin-vue-inspector

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

load.js 404 not found #59

Closed fyhhub closed 1 year ago

fyhhub commented 1 year ago
image

inspectorPath 有src后面有两个斜杠,id.startsWith无法匹配到。 难道以前的vite版本中没有处理双斜杠吗?

image

image

如上,手动inspectorPath.replace('//', '/') 后,可以正常使用了

vite v3.2.6