guy 6 years ago
parent
commit
a19a4b74ee
  1. 8
      dist/_fineui.min.js
  2. 15
      dist/bundle.js
  3. 8
      dist/bundle.min.js
  4. 8
      dist/fineui.min.js
  5. 15
      dist/fix/fix.js

8
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/bundle.js vendored

@ -35213,12 +35213,17 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
var oldValue = this.value;
this.value = value;
if (this.user) {
// try {
this.cb.call(this.vm, value, oldValue, options);
// } catch (e) {
// }
try {
this.cb.call(this.vm, value, oldValue, options);
} catch (e) {
console.log(e);
}
} else {
this.cb.call(this.vm, value, oldValue, options);
try {
this.cb.call(this.vm, value, oldValue, options);
} catch (e) {
console.log(e);
}
}
}
}

8
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/fix/fix.js vendored

@ -818,12 +818,17 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
var oldValue = this.value;
this.value = value;
if (this.user) {
// try {
this.cb.call(this.vm, value, oldValue, options);
// } catch (e) {
// }
try {
this.cb.call(this.vm, value, oldValue, options);
} catch (e) {
console.log(e);
}
} else {
this.cb.call(this.vm, value, oldValue, options);
try {
this.cb.call(this.vm, value, oldValue, options);
} catch (e) {
console.log(e);
}
}
}
}

Loading…
Cancel
Save