🎨chore: 使用 oxlint, oxfmt&格式化代码
This commit is contained in:
@@ -82,10 +82,16 @@ onMounted(() => {
|
||||
<LoginNeededContent
|
||||
content-class="h-[calc(100vh-4rem)] flex-1 overflow-y-auto bg-white dark:bg-neutral-900"
|
||||
>
|
||||
<Transition name="subpage" mode="out-in">
|
||||
<Transition
|
||||
name="subpage"
|
||||
mode="out-in"
|
||||
>
|
||||
<div>
|
||||
<Suspense>
|
||||
<NuxtPage :page-key="route.fullPath" keepalive />
|
||||
<NuxtPage
|
||||
:page-key="route.fullPath"
|
||||
keepalive
|
||||
/>
|
||||
</Suspense>
|
||||
</div>
|
||||
</Transition>
|
||||
|
||||
Reference in New Issue
Block a user