vap1 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,7 +177,7 @@ var _Dtree = function (props) {
177
177
  // @ts-ignore
178
178
  { props: { data: { node: tree[0], position: [0] } } }
179
179
  ]
180
- });
180
+ }, tree);
181
181
  }
182
182
  return [2 /*return*/];
183
183
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"vap1","version":"0.7.2","description":"vap1, Both support MicroService and SAP FrameWork, Support IE>9","main":"index.js","author":"Xiang da","license":"ISC"}
1
+ {"name":"vap1","version":"0.7.3","description":"vap1, Both support MicroService and SAP FrameWork, Support IE>9","main":"index.js","author":"Xiang da","license":"ISC"}
package/utils/VAP.js CHANGED
@@ -116,7 +116,6 @@ var _INIT = function (confs) {
116
116
  }
117
117
  });
118
118
  _VAP_LOAD_FN.loaded = true;
119
- // console.log('load', _VAP_LOAD_FN.fns)
120
119
  while (_VAP_LOAD_FN.fns.length > 0) {
121
120
  var fn = _VAP_LOAD_FN.fns.shift();
122
121
  if (typeof fn == 'function') {