Skip to content
Snippets Groups Projects
Commit e0dce776 authored by syuilo's avatar syuilo
Browse files

chore(client): tweak loading display

parent 4373019b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ const props = withDefaults(defineProps<{
text-align: center;
cursor: wait;
--size: 40px;
--size: 38px;
&.colored {
color: var(--accent);
......
......@@ -4,7 +4,7 @@
<component :is="currentPageComponent" :key="key" v-bind="Object.fromEntries(currentPageProps)"/>
<template #fallback>
Loading...
<MkLoading/>
</template>
</Suspense>
</KeepAlive>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment