wip
This commit is contained in:
parent
204d4dfe31
commit
e4120e930c
3 changed files with 9 additions and 4 deletions
|
@ -59,6 +59,7 @@ export default Vue.extend({
|
|||
}).then(posts => {
|
||||
this.posts = posts;
|
||||
this.fetching = false;
|
||||
this.$emit('loaded');
|
||||
if (cb) cb();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue