Fix
This commit is contained in:
parent
b335975c97
commit
0d3117e472
4 changed files with 7 additions and 2 deletions
|
|
@ -82,8 +82,10 @@ export default (opts) => ({
|
|||
}
|
||||
this.inited = true;
|
||||
this.fetching = false;
|
||||
if (opts.onInited) opts.onInited(this);
|
||||
}, e => {
|
||||
this.fetching = false;
|
||||
if (opts.onInited) opts.onInited(this);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue