Skip to content

Commit

Permalink
fix(0.4.5) (#76)
Browse files Browse the repository at this point in the history
* 修复 发表评论后刷新,评论再次出现在评论框中
  • Loading branch information
imaegoo authored Dec 28, 2020
1 parent fee7413 commit 0119227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/components/TkSubmit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default {
this.comment = ''
this.errorMessage = ''
this.$emit('load')
this.saveDraft()
} else {
this.isSending = false
logger.error('评论失败', sendResult)
Expand Down

0 comments on commit 0119227

Please sign in to comment.