Skip to content
Snippets Groups Projects
Commit 200e82de authored by syuilo's avatar syuilo
Browse files

Fix #6063

parent 50359dba
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ export default (opts) => ({
},
async init() {
this.queue = [];
this.fetching = true;
if (opts.before) opts.before(this);
let params = typeof this.pagination.params === 'function' ? this.pagination.params(true) : this.pagination.params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment