diff --git a/packages/comment-widget/src/components/CommentItem.vue b/packages/comment-widget/src/components/CommentItem.vue index 3caee3d..8d752a0 100644 --- a/packages/comment-widget/src/components/CommentItem.vue +++ b/packages/comment-widget/src/components/CommentItem.vue @@ -166,9 +166,9 @@ const handleUpvote = async () => {
-

- {{ comment?.spec.content }} -

+
{{
+            comment?.spec.content
+          }}
{
-

- { > {{ quoteReply.owner.displayName }} - -
- {{ reply.spec.content }} -

+
{{ + reply.spec.content + }}