From 844eafe0982e758603914ce15bb68c3ff408db9f Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 9 Jan 2018 17:59:13 +0800 Subject: [PATCH] update --- dist/fix/fix.js | 7 +++++++ 1 file changed, 7 insertions(+) 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)) {