diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 17:38:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 17:38:48 +0900 |
| commit | fcf77dc09556a66cc3541af9aecbe1f08965b359 (patch) | |
| tree | 344de7f34e8cda426ce03215e893359412563744 /src/web | |
| parent | wip (diff) | |
| download | misskey-fcf77dc09556a66cc3541af9aecbe1f08965b359.tar.gz misskey-fcf77dc09556a66cc3541af9aecbe1f08965b359.tar.bz2 misskey-fcf77dc09556a66cc3541af9aecbe1f08965b359.zip | |
wip
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/views/components/timeline.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/mobile/views/components/timeline.vue b/src/web/app/mobile/views/components/timeline.vue index 2354f8a7a7..dc0f2ae1b8 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(); }); }, |