Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Peking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2023 Competition
Peking
Commits
1e9f00d4
Commit
1e9f00d4
authored
1 year ago
by
Jianghuan Xu
Browse files
Options
Downloads
Patches
Plain Diff
slide bug
parent
54573cff
No related branches found
Branches containing commit
No related tags found
1 merge request
!125
slide bug
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.vue
+3
-10
3 additions, 10 deletions
app.vue
with
3 additions
and
10 deletions
app.vue
+
3
−
10
View file @
1e9f00d4
<
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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment