We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LoadingScreen
1 parent 918b5f7 commit 84996e4Copy full SHA for 84996e4
2 files changed
apps/frontend/app/app.vue
@@ -25,8 +25,8 @@ if (import.meta.client && convexVueContext?.options?.url)
25
<div>
26
<template v-if="!$init.mounted">
27
<NuxtLayout name="loading">
28
- <NuxtPage />
29
- <!-- <LoadingScreen /> -->
+ <!-- <NuxtPage /> -->
+ <LoadingScreen />
30
</NuxtLayout>
31
</template>
32
apps/frontend/app/components/LoadingScreen.vue
@@ -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