Hide after posting.

This commit is contained in:
Roger Braun 2016-11-03 17:35:49 +01:00
parent 2c999ce5a2
commit 572aceb7e7
2 changed files with 3 additions and 2 deletions

View file

@ -45,6 +45,7 @@ const PostStatusForm = {
inReplyToStatusId: this.replyTo
})
this.newStatus = { }
this.$emit('posted')
}
}
}