Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
336d60fe
Commit
336d60fe
authored
Jun 17, 2020
by
gj4210
👁
Browse files
FIX: Delay Loading content with div v-if
parent
b74c25db
Pipeline
#92662
passed with stages
in 7 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/Loading.vue
View file @
336d60fe
<
template
>
<div
class=
"loading-container"
>
<
slot
v-if=
"loaded"
/
>
<
div
v-if=
"loaded"
><slot/></div
>
<div
v-else
class=
"text-center mt-3"
>
<b-spinner
variant=
"primary"
/>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment