Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
lin
Posts
Comments
N
Nuxt
•
Created by lin on 8/20/2024 in
#❓・help
Nuxt automatically create app.vue (virtual file)
I found that nuxt seems to automatically create app.vue (virtual file), so that @nuxt/content using by documentDriven(true), layout component rendering is duplicated Maybe automatically create app.vue
<
template
>
<
NuxtLayout
>
<
NuxtPage
/>
</
NuxtLayout
>
</
template
>
<
template
>
<
NuxtLayout
>
<
NuxtPage
/>
</
NuxtLayout
>
</
template
>
1 replies
N
Nuxt
•
Created by lin on 8/20/2024 in
#❓・help
Layout component rendering is duplicated
1 replies