diff --git a/src/component/Comment/Comment.vue b/src/component/Comment/Comment.vue index bc0020ec49a2a9dc5d6871501f34892de2679443..dd5aa27f3a1855257a0df5605319958842248a58 100644 --- a/src/component/Comment/Comment.vue +++ b/src/component/Comment/Comment.vue @@ -1,56 +1,54 @@ diff --git a/src/component/Comment/CommentForm.vue b/src/component/Comment/CommentForm.vue index 3848c3432c3b52f6155abfa40a6e9e10601962ac..fa1e2b82c58b58c01b66f37c5e0009691180dbd8 100644 --- a/src/component/Comment/CommentForm.vue +++ b/src/component/Comment/CommentForm.vue @@ -66,10 +66,10 @@ export default { this.$message.success(this.$t("comment.success")); this.commentText = ""; } else { - this.$message.error(this.$t("comment.empty")) + this.$message.error(this.$t("comment.empty")); } } catch (e) { - this.$message.error(this.$t("comment.failed", [e])) + this.$message.error(this.$t("comment.failed", [e])); } finally { this.isLoading = false; } diff --git a/src/component/Comment/CommentItem.vue b/src/component/Comment/CommentItem.vue index b9e66d3047cd5fc24750a55342382edc4ce950ed..ba48ee3d2b9afc74bef0ac9a2272f4716d8a4c6f 100644 --- a/src/component/Comment/CommentItem.vue +++ b/src/component/Comment/CommentItem.vue @@ -1,33 +1,50 @@ -