mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
wip
This commit is contained in:
@ -65,6 +65,7 @@ export default Vue.extend({
|
||||
}).then(posts => {
|
||||
this.posts = posts;
|
||||
this.fetching = false;
|
||||
this.$emit('loaded');
|
||||
if (cb) cb();
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user