You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
Hey there! First, thank you so much for making this plugin.
I've been trying to migrate our Vue + Vite + Electron app to it but getting the following error:
16:21:22.925 › App starting...
Illegal tag name. Use '<' to print '<'.
Illegal tag name. Use '<' to print '<'. (x2)
4:21:24 PM [vite] Internal server error: Illegal tag name. Use '<' to print '<'.
Plugin: vite-plugin-vue-inspector
File: /Users/stan/projects/personal/WeakAuras-Companion/src/components/LandingPage.vue?vue&type=script&lang.js
at createCompilerError (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:19:19)
at emitError (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1613:29)
at parseChildren (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:959:21)
at Object.baseParse (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:858:23)
at parse (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js:3119:25)
at result (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-vue-inspector/dist/index.cjs:65:51)
at new Promise (<anonymous>)
at compileSFCTemplate (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-vue-inspector/dist/index.cjs:62:24)
at TransformContext.transform (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-vue-inspector/dist/index.cjs:221:16)
at /Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-inspect/dist/index.cjs:878:32
I googled a bit and found threads were people were able to solve this but none of the solutions seemed to apply to us.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there! First, thank you so much for making this plugin.
I've been trying to migrate our Vue + Vite + Electron app to it but getting the following error:
I googled a bit and found threads were people were able to solve this but none of the solutions seemed to apply to us.
The code is here https://github.com/WeakAuras/WeakAuras-Companion/tree/devtools
Any idea as to what we are doing wrong?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions