diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index dccb058cb0..2530d26f5a 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -378,7 +378,7 @@ function handleUndo() {
-
+
{{ author }} -
-
- - - {{ tag }} - +
{{ view ? $t('common.view', { count: numFormatter(view) }, view) : `${viewStr}${$t('common.viewWithoutNum')}` }}
-
- - - - - -
+
+
+ + + {{ tag }} + + + {{ publishedTimestamp ? calcTimeSince(publishedTimestamp * 1000) : capsuleText?.trim() }} + + + + + +
@@ -460,7 +464,7 @@ function handleUndo() {