diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-03 17:35:49 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-03 17:35:49 +0100 |
| commit | 572aceb7e7a86c227f2d92c0abf651ba9c3cb4df (patch) | |
| tree | 7afeec57588a747e45afb3f3a5bdebaa77df0a7e /src/components/status/status.vue | |
| parent | 2c999ce5a2f1246b6e982b188302a0e5a0775d7d (diff) | |
Hide after posting.
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index f3d36c54..8361aa52 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -35,7 +35,7 @@ <div> <div class='status-actions'> <div> - <a href="#" v-on:click.prevent="toggleReplying()"> + <a href="#" v-on:click.prevent="toggleReplying"> <i class='fa icon-reply'></i> </a> </div> @@ -45,7 +45,7 @@ <favorite-button :status=status></favorite-button> </div> - <post-status-form v-if="replying" :reply-to="status.id" :attentions="status.attentions" :repliedUser="status.user"></post-status-form> + <post-status-form v-if="replying" :reply-to="status.id" :attentions="status.attentions" :repliedUser="status.user" v-on:posted="toggleReplying"></post-status-form> </div> </div> </div> |
