Browse Source

Improve movie loading speed

pull/341/head
Hironsan 5 years ago
parent
commit
4baeb16fed
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/pages/projects/_id/index.vue

2
frontend/pages/projects/_id/index.vue

@ -21,7 +21,7 @@
</v-stepper-step>
<v-stepper-content :step="index + 1">
<v-card
v-if="item.videoId"
v-if="e6 === index + 1"
class="mb-12"
width="560"
height="315"

Loading…
Cancel
Save