mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:03:08 +02:00
wip
This commit is contained in:
parent
7ce857593a
commit
fcf77dc095
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ export default Vue.extend({
|
||||||
}).then(posts => {
|
}).then(posts => {
|
||||||
this.posts = posts;
|
this.posts = posts;
|
||||||
this.fetching = false;
|
this.fetching = false;
|
||||||
|
this.$emit('loaded');
|
||||||
if (cb) cb();
|
if (cb) cb();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue