Skip to content

Commit 84996e4

Browse files
committed
chore: initial LoadingScreen
1 parent 918b5f7 commit 84996e4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

apps/frontend/app/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ if (import.meta.client && convexVueContext?.options?.url)
2525
<div>
2626
<template v-if="!$init.mounted">
2727
<NuxtLayout name="loading">
28-
<NuxtPage />
29-
<!-- <LoadingScreen /> -->
28+
<!-- <NuxtPage /> -->
29+
<LoadingScreen />
3030
</NuxtLayout>
3131
</template>
3232

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<template>
2+
<div class="w-full flex items-center justify-center">
3+
Loading...
4+
</div>
5+
</template>

0 commit comments

Comments
 (0)