Dan
useAsyncData render initial page loader in SPA
Is there a way to render an initial skeleton screen if there's some initial data I want loaded while in SPA mode? I've tried a few things, the closest I got (which works, however with a warning) is conditionally rendering <NuxtPage> in app.vue while using useLazyAsyncData's status.
2 replies