Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
🚑 Hotfix: 不能提交的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhuz committed Jul 13, 2020
1 parent 1c91b3b commit 9cff952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommentEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
return;
}
// comment 需要是 Markdown 格式的
this.comment.content = mark(this.comment.content);
this.comment.content = marked(this.comment.content);
// Submit the comment
this.comment.postId = this.targetId;
if (this.replyComment) {
Expand Down

0 comments on commit 9cff952

Please sign in to comment.