We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbdbef commit 89ffc7aCopy full SHA for 89ffc7a
src/pages/lesson/index.vue
@@ -63,7 +63,6 @@
63
<div class="item-label">参考動画</div>
64
<div v-if="lesson.videos.length > 0">
65
<div v-for="(item, index) in lesson.videos" :key="index">
66
- <v-img :src="item.thumbnailUrl" class="video-thumbnail-image" />
67
<div class="item-label">
68
<a
69
:href="item.url"
@@ -74,6 +73,7 @@
74
73
{{ item.url }}
75
</a>
76
</div>
+ <v-img :src="item.thumbnailUrl" class="video-thumbnail-image" />
77
78
79
0 commit comments