mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
wip
This commit is contained in:
parent
1414a43d9b
commit
84c69ffb9b
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ export default Vue.extend({
|
|||
}).then(posts => {
|
||||
this.posts = posts;
|
||||
this.fetching = false;
|
||||
this.$emit('loaded');
|
||||
if (cb) cb();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue