Skip to content

Commit d892812

Browse files
Benoit NgoNgob
authored andcommitted
feat-v2(loader): add nuxt loader
1 parent 48ad0f6 commit d892812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/front/src/app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<div>
33
<NuxtErrorBoundary @error="mHandleError">
4+
<NuxtLoadingIndicator color="linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,18,71,1) 60%, rgba(0,236,174,1) 100%)"/>
45
<NuxtLayout v-if="!isMePending || isAuthenticated">
56
<NuxtPage />
67
</NuxtLayout>

0 commit comments

Comments
 (0)