feat: update vc-xxx
parent
56315994d6
commit
181399624a
|
@ -592,9 +592,9 @@ function createBaseForm(option = {}, mixins = []) {
|
||||||
callback,
|
callback,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
pending.catch((e) => {
|
pending.catch(e => {
|
||||||
if (console.error) { // eslint-disable-line
|
if (console.error) {
|
||||||
console.error(e); // eslint-disable-line
|
console.error(e);
|
||||||
}
|
}
|
||||||
return e;
|
return e;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue