Loading Indicator when ssr:false
Hi, is there any option to add a custom loading indicator while the
something like
<NuxtLayout>
<template #loading>
Loading..
</template>
</NuxtLayout>
ssr: false application is loading?something like
<NuxtLayout>
<template #loading>
Loading..
</template>
</NuxtLayout>