fix typo in loading indicator example (#6089)

This commit is contained in:
Robbx042 2022-07-23 11:27:31 -05:00 committed by GitHub
parent 416f98b6b4
commit 873b0f0d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Add `<NuxtLoadingIndicator/>` in your `app.vue` or layouts.
<NuxtLayout>
<NuxtLoadingIndicator /> <!-- here -->
<NuxtPage />
<NuxtLayout>
</NuxtLayout>
</template>
```