Skip to content

Commit 4baeb16

Browse files
committed
Improve movie loading speed
1 parent 5d12431 commit 4baeb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/pages/projects/_id/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</v-stepper-step>
2222
<v-stepper-content :step="index + 1">
2323
<v-card
24-
v-if="item.videoId"
24+
v-if="e6 === index + 1"
2525
class="mb-12"
2626
width="560"
2727
height="315"

0 commit comments

Comments
 (0)