mirror of
https://github.com/BluemediaGER/video-platform.git
synced 2024-11-12 21:35:29 +01:00
Fix visible text in Watch view while loading
This commit is contained in:
parent
64357ac2b7
commit
bb4da8bbb4
|
@ -2,7 +2,7 @@
|
||||||
<div class="watch">
|
<div class="watch">
|
||||||
<Loader v-if="loading" />
|
<Loader v-if="loading" />
|
||||||
<Player class="player" :id="this.$route.query.v" v-if="!loading" />
|
<Player class="player" :id="this.$route.query.v" v-if="!loading" />
|
||||||
<div class="video-info">
|
<div v-if="!loading" class="video-info">
|
||||||
<div class="video-info-title">
|
<div class="video-info-title">
|
||||||
<h1>{{ video.title }}</h1>
|
<h1>{{ video.title }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue