Delay in NuxtLayout Change
I have noticed that when using
When defining
Is there any way to fix this delay during layout change? I can't afford to put
<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.