1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-02 16:58:49 +09:00
This commit is contained in:
syuilo 2018-02-22 17:38:48 +09:00
parent 7ce857593a
commit fcf77dc095

View File

@ -65,6 +65,7 @@ export default Vue.extend({
}).then(posts => { }).then(posts => {
this.posts = posts; this.posts = posts;
this.fetching = false; this.fetching = false;
this.$emit('loaded');
if (cb) cb(); if (cb) cb();
}); });
}, },