mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix link to NuxtLoadingIndicator
component src (#5776)
This commit is contained in:
parent
5a210ad67c
commit
728a0a5ef4
@ -30,5 +30,5 @@ Add `<NuxtLoadingIndicator/>` in your `app.vue` or layouts.
|
||||
- **throttle**: Throttle the appearing and hiding, in milliseconds (default `200`).
|
||||
|
||||
::alert{type=info icon=🔎}
|
||||
This component is completely optional. To achieve full customization, you can implement your own one based on [this file](https://github.com/nuxt/framework/blob/main/packages/nuxt/src/app/components/nuxt-loading-bar.ts).
|
||||
This component is completely optional. To achieve full customization, you can implement your own one based on [this file](https://github.com/nuxt/framework/blob/main/packages/nuxt/src/app/components/nuxt-loading-indicator.ts).
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user