From fcf77dc09556a66cc3541af9aecbe1f08965b359 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 22 Feb 2018 17:38:48 +0900 Subject: [PATCH] wip --- src/web/app/mobile/views/components/timeline.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/app/mobile/views/components/timeline.vue b/src/web/app/mobile/views/components/timeline.vue index 2354f8a7a..dc0f2ae1b 100644 --- a/src/web/app/mobile/views/components/timeline.vue +++ b/src/web/app/mobile/views/components/timeline.vue @@ -65,6 +65,7 @@ export default Vue.extend({ }).then(posts => { this.posts = posts; this.fetching = false; + this.$emit('loaded'); if (cb) cb(); }); },