diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/mobile/views/components/note-detail.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue index c4403dbd62..9450b3a17d 100644 --- a/src/client/app/mobile/views/components/note-detail.vue +++ b/src/client/app/mobile/views/components/note-detail.vue @@ -122,6 +122,10 @@ export default Vue.extend({ }; }, + mounted() { + this.fetchReplies(); + }, + watch: { note() { this.fetchReplies(); |