update domain

This commit is contained in:
2023-10-22 10:14:27 +08:00
parent 989b562322
commit d5d719f168
9 changed files with 80 additions and 52 deletions

View File

@@ -201,7 +201,10 @@ onMounted(() => {
<div style="box-sizing: border-box; padding: 20px">
<RouterView v-slot="{ Component }" v-if="accountInfo?.isEmailVerified">
<KeepAlive>
<component :is="Component" />
<Suspense>
<component :is="Component" />
<template #fallback> Loading... </template>
</Suspense>
</KeepAlive>
</RouterView>
<template v-else>