Content is being rendered even after the end of page
This is my
layouts\default.vue
This is my app.vue
Since the app.vue
ends with
there should not be any content after it, right?
But there is. Why?2 Replies
This is what it looks like in inspector. The <div id="__nuxt">...</div> contains all the content that should be rendered. Everything after that is extraneous.
What in the name of Middle Earth is going on here?
Anyone?
Could use some help with this
Resolved