mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix typo in loading indicator example (#6089)
This commit is contained in:
parent
416f98b6b4
commit
873b0f0d04
@ -16,7 +16,7 @@ Add `<NuxtLoadingIndicator/>` in your `app.vue` or layouts.
|
||||
<NuxtLayout>
|
||||
<NuxtLoadingIndicator /> <!-- here -->
|
||||
<NuxtPage />
|
||||
<NuxtLayout>
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user