mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +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>
|
<NuxtLayout>
|
||||||
<NuxtLoadingIndicator /> <!-- here -->
|
<NuxtLoadingIndicator /> <!-- here -->
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
<NuxtLayout>
|
</NuxtLayout>
|
||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user