-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
id="app" twice on div below body #8
Comments
Hi! Thanks for getting back to me. It seems to happen on build. This is a live demo from @DavidCouronne https://gridsome-vuetify-blog-starter.netlify.app |
This appears to be happening because Gridsome and Vuetify's Is this causing any issues for you? |
I'm pretty new to Gridsome and vue.js so I'm not sure it's causing issues.
Had some issues with treeshaking, but that could very well have nothing to
do with it. Do you think it would be possible for either one of them to use
another id? P.S for my own project I added a custom App.vue with an extra div, so now the id="app" are not on the same element anymore.
…On Tue, Jul 21, 2020 at 3:26 PM Tyler VanBlargan ***@***.***> wrote:
This appears to be happening because Gridsome and Vuetify's v-app element
are both adding it to the page.
Is this causing any issues for you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQKNCKGIA26TJAF53NFFRTDR4WJQLANCNFSM4PAA3BLQ>
.
|
You can specify a different id on the I don't think the id being duplicated would cause any issues that I'm aware of, but I may set a custom id also in case I'm incorrect. Thanks again for letting me know about this! |
Ahhh that was easy - thanks a lot! Really appreciate it! |
it seems the setup of Default.vue causes the id="app" to be placed twice on the div below the body tag
The text was updated successfully, but these errors were encountered: