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

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -35184,6 +35184,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
initComputed(this, computed);
initWatch(this, watch$$1);
initMethods(this, actions);
this.created && this.created();
if (this.$$model) {
return this.model;
}

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fix/fix.js vendored

@ -1288,6 +1288,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
initComputed(this, computed);
initWatch(this, watch$$1);
initMethods(this, actions);
this.created && this.created();
if (this.$$model) {
return this.model;
}

Loading…
Cancel
Save