mirror of
https://github.com/BluemediaDev/video-platform.git
synced 2025-05-10 09:21:36 +02:00
Fix visible text in Watch view while loading
This commit is contained in:
parent
64357ac2b7
commit
bb4da8bbb4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue