<NuxtLoadingIndicator>
The <NuxtLoadingIndicator>
component displays a progress bar on page navigation.
Add <NuxtLoadingIndicator/>
in your app.vue
or layouts.
<template> <NuxtLayout> <NuxtLoadingIndicator /> <!-- here --> <NuxtPage /> </NuxtLayout></template>
You can pass custom HTML or components through the loading indicator's default slot.
3
).2000
).200
).