feat: update vc-xxx

pull/429/head
tangjinzhou 2019-01-21 22:14:30 +08:00
parent 56315994d6
commit 181399624a
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}); });