mirror of
https://github.com/BluemediaGER/video-platform.git
synced 2024-11-09 12:45:30 +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">
|
||||
<Loader 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">
|
||||
<h1>{{ video.title }}</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue