From a058dbceac610372c15bb64e0f55def53399dcdc Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Tue, 15 Jun 2021 17:21:01 +0530 Subject: [PATCH] Fix multi-line comments. --- src/components/WatchVideo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 331ee11f..f370a59f 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -66,7 +66,7 @@ {{ comment.author }}   -

{{ comment.commentText }}

+

{{ comment.commentText }}

{{ numberFormat(comment.likeCount) }}