Forráskód Böngészése

添加收藏时间

reghao 3 éve
szülő
commit
a80535a04f
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      src/components/card/collection-card.vue

+ 3 - 0
src/components/card/collection-card.vue

@@ -15,6 +15,9 @@
         <p class="text-over" style="font-size: 15px; margin-bottom: 0px;color: black;">
           <router-link :to="`/video/${videoInfo.videoId}`" style="color: black;"> {{ videoInfo.title }} </router-link>
         </p>
+        <p>
+          收藏于: {{ videoInfo.createAt }}
+        </p>
       </v-col>
     </v-row>
   </div>