NuxtN
Nuxt4y ago
1 reply
Zerro

Delay in NuxtLayout Change

I have noticed that when using <NuxtLayout> in individual pages (each of pages in /pages directory), there is delay in transition between different layouts.

When defining <NuxtLayout> in app.vue, however, I didn't notice such delay during transition.

Is there any way to fix this delay during layout change? I can't afford to put <NuxtLayout> in app.vue because it causes a problem when using layout binding in nuxt content module.
Was this page helpful?