Skip to content
Snippets Groups Projects
Commit 1e9f00d4 authored by Jianghuan Xu's avatar Jianghuan Xu :speech_balloon:
Browse files

slide bug

parent 54573cff
No related branches found
No related tags found
1 merge request!125slide bug
<template>
<Suspense>
<template #fallback>
<div class=" flex justify-center items-center w-[100vw] h-[100vh] bg-black">
<div class=" text-white">Loading...</div>
</div>
</template>
<template #default>
<div>
<NuxtLoadingIndicator/>
<AppLayout :class="{'z-[-1] opacity-0': !xianshi, 'opacity-100': xianshi}">
......@@ -14,8 +7,8 @@
</AppLayout>
</div>
</template>
</Suspense>
</template>
<script setup>
......
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