We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.5.4
https://github.com/kirianguiller/vue3-issue
System: OS: Linux 5.4 Ubuntu 20.04 LTS (Focal Fossa) CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz Binaries: Node: 10.19.0 - /usr/bin/node Yarn: Not Found npm: 6.14.7 - /usr/local/bin/npm Browsers: Chrome: Not Found Firefox: 79.0 npmGlobalPackages: @vue/cli: 4.5.4
Only one "id='app'" html element
Two "id='app'" html element
These duplicates are an issue i if we add some CSS styling for padding (for instance) as they will be duplicated and the padding will be summed.
I don't know if the problem come from the vue@cli default setup or from the vuejs3 mounting method.
PS : This duplication is not occuring for vue2 app.
The text was updated successfully, but these errors were encountered:
I also have this... what is this originating from?
Sorry, something went wrong.
vue: version 3.0.0-rc.10 @vue/cli: version 4.5.4
The same issue when creating default templates from vue ui.
vue ui
fix: fix duplicate id="app" in Vue 3 project template
81acda6
closes vuejs#5813
fix: fix duplicate id="app" in Vue 3 project template (#5852)
34c09dc
closes #5813
Successfully merging a pull request may close this issue.
Version
4.5.4
Reproduction link
https://github.com/kirianguiller/vue3-issue
Environment info
Steps to reproduce
What is expected?
Only one "id='app'" html element
What is actually happening?
Two "id='app'" html element
These duplicates are an issue i if we add some CSS styling for padding (for instance) as they will be duplicated and the padding will be summed.
I don't know if the problem come from the vue@cli default setup or from the vuejs3 mounting method.
PS : This duplication is not occuring for vue2 app.
The text was updated successfully, but these errors were encountered: