chore(client): tweak loading display

This commit is contained in:
syuilo 2022-08-27 16:26:14 +09:00
parent 4373019b36
commit e0dce77678
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ const props = withDefaults(defineProps<{
text-align: center;
cursor: wait;
--size: 40px;
--size: 38px;
&.colored {
color: var(--accent);

View File

@ -4,7 +4,7 @@
<component :is="currentPageComponent" :key="key" v-bind="Object.fromEntries(currentPageProps)"/>
<template #fallback>
Loading...
<MkLoading/>
</template>
</Suspense>
</KeepAlive>