diff --git a/dist/fix/fix.js b/dist/fix/fix.js index 2bc32731d..10c6c41e7 100644 --- a/dist/fix/fix.js +++ b/dist/fix/fix.js @@ -1303,6 +1303,13 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons return Model; }(); + Model.prototype.state = {}; + Model.prototype.computed = {}; + Model.prototype.context = []; + Model.prototype.childContext = []; + Model.prototype.watch = {}; + Model.prototype.actions = {}; + function toJSON(model) { var result = void 0; if (_.isArray(model)) {