Browse Source

BI-31511

es6
iapyang 6 years ago
parent
commit
27eb4631c0
  1. 2
      dist/fix/fix.js

2
dist/fix/fix.js vendored

@ -1332,9 +1332,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
this.$$model && (this.model.__ob__ = this.$$model.__ob__);
this._init();
initState(this, state);
initComputed(this, computed);
initMixins(this, mixins);
initMethods(this, actions);
initComputed(this, computed);
initWatch(this, watch$$1);
this.created && this.created();
if (this.$$model) {

Loading…
Cancel
Save