This commit is contained in:
syuilo 2018-02-22 17:38:48 +09:00
parent 7ce857593a
commit fcf77dc095
1 changed files with 1 additions and 0 deletions

View File

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