render-core 1.0.128 → 1.0.129

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.
@@ -17,6 +17,7 @@ export function controllerCycleTypeOne(controller, proto, child, link, tagTempla
17
17
  export function controllerCycleTypeTwo(controller, proto, child, link, tagTemplate) {
18
18
  //复制原始数据对象到控制对象
19
19
  controller.raw_data = Object.create(proto.getData());
20
+ cycleBridge(controller, proto, child, link, tagTemplate);
20
21
  }
21
22
  function cycleBridge(controller, proto, child, link, tagTemplate) {
22
23
  //保持控制器模板对象
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "description": "The core of render-js",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",