forked from FoundKeyGang/FoundKey
Fix #6063
This commit is contained in:
parent
50359dbaf4
commit
200e82decb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue