NuxtN
Nuxt9mo ago
StivenKN

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>
Was this page helpful?