This commit is contained in:
syuilo 2018-02-21 01:12:18 +09:00
parent 204d4dfe31
commit e4120e930c
3 changed files with 9 additions and 4 deletions

View file

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