webfansplz / vite-plugin-vue-inspector

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

Unquoted attribute error #23

Open stephenhebert opened 2 years ago

stephenhebert commented 2 years ago

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 webpack), and both return the following error:

[vite] Internal server error: Unquoted attribute value cannot contain U+0022 ("), U+0027 ('), U+003C (<), U+003D (=), and U+0060 (`).
Plugin: vite-plugin-vue-inspector
File: @vue/compiler-core/dist/compiler-core.cjs.js:19:19
webfansplz commented 2 years ago

Can you provide a mini repo ?