StivenKN
StivenKN
NNuxt
Created by StivenKN on 3/21/2025 in #❓・help
Loading with LazyComponent
There is a way to use this vue code? <Suspense> <template #default> <RouterView /> </template> <template #fallback> <div> <h1>Loading....</h1> </div> </template> </Suspense>
5 replies