summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-21 23:20:55 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-02-21 23:20:55 +0900
commita5071db864bb6d99c5327fbda56f7699d42be57e (patch)
tree4b4968f10f5850fe39674a5875a9577ef2b9dbcd /src/client/app/mobile/views/components
parent/api/v1/instance/peers 復活 (#4339) (diff)
downloadsharkey-a5071db864bb6d99c5327fbda56f7699d42be57e.tar.gz
sharkey-a5071db864bb6d99c5327fbda56f7699d42be57e.tar.bz2
sharkey-a5071db864bb6d99c5327fbda56f7699d42be57e.zip
Update note-detail.vue (#4342)
Diffstat (limited to 'src/client/app/mobile/views/components')
-rw-r--r--src/client/app/mobile/views/components/note-detail.vue4
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();