lin
lin
NNuxt
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
NNuxt
Created by lin on 8/20/2024 in #❓・help
Layout component rendering is duplicated
No description
1 replies