webfansplz / vite-plugin-vue-inspector

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

feat: exclude template tag to support jsx-directive #106

Closed zhiyuanzmj closed 2 months ago

zhiyuanzmj commented 2 months ago

In jsx-directive I will conver <template v-if={true}> to true ? <>, But after use vite-plugin-vue-inspector , the true ? < data-v-inspector="src/Welcome.tsx:8:6"> is a syntax error