Followed @mattwrd18 suggestion

This commit is contained in:
Wolfgang Huß 2019-09-12 09:30:47 +02:00
parent 199079cff8
commit 36a0844fdd

View File

@ -135,7 +135,7 @@ export default {
editCommentMenu(showMenu) { editCommentMenu(showMenu) {
this.openEditCommentMenu = showMenu this.openEditCommentMenu = showMenu
}, },
async updateComment(comment) { updateComment(comment) {
this.$emit('updateComment', comment) this.$emit('updateComment', comment)
}, },
async deleteCommentCallback() { async deleteCommentCallback() {