diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index 8b7e95bd..8342a1b1 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -21,6 +21,7 @@ interface Props { capsuleText?: string bvid?: string aid?: number + /** If you want to show preview video, you should set the cid value */ cid?: number epid?: number isFollowed?: boolean @@ -195,7 +196,7 @@ function handelMouseLeave() {