mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update domain
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user