I've been reading on the internet, all forums and communities, that are some issues with Vite+VueJS3 at the .mount("#app") point. I am facing this exactly problem and can't figure how to fix it!
Uncaught DOMException: String contains an invalid character pointing to app.mount('#app'); at app.js.
Olá @marcellopato, este repositório existe para listar comunidades Vue por todo o Brasil, e seus canais de comunicação.
Entretanto, postar dúvidas diretamente aqui, além de não ser a intenção do repositório, dificilmente gerará o resultado que você espera, que é alguém te ajudar com seu problema.
Recomendo pelas comunidades aqui apresentadas, escolha alguma(s) e envie sua dúvida por lá.
I've been reading on the internet, all forums and communities, that are some issues with Vite+VueJS3 at the
.mount("#app")
point. I am facing this exactly problem and can't figure how to fix it!Uncaught DOMException: String contains an invalid character pointing to app.mount('#app'); at app.js.
Let's see some code: vite.config.js
app.js
The app.blade.php witch all Blade extends has the
You can see, at
vite.config.js
that there is an alias pointing to the dev compiler:Right now, I am pulling all my hair out of my head! Can anyone help me? Thanks in advance!
Olá @marcellopato, este repositório existe para listar comunidades Vue por todo o Brasil, e seus canais de comunicação.
Entretanto, postar dúvidas diretamente aqui, além de não ser a intenção do repositório, dificilmente gerará o resultado que você espera, que é alguém te ajudar com seu problema.
Recomendo pelas comunidades aqui apresentadas, escolha alguma(s) e envie sua dúvida por lá.