mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-30 07:49:02 +09:00
wip
This commit is contained in:
parent
7ce857593a
commit
fcf77dc095
@ -65,6 +65,7 @@ export default Vue.extend({
|
||||
}).then(posts => {
|
||||
this.posts = posts;
|
||||
this.fetching = false;
|
||||
this.$emit('loaded');
|
||||
if (cb) cb();
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user