render-core 1.0.24 → 1.0.25

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.
@@ -5,6 +5,7 @@ var PageController = /** @class */ (function () {
5
5
  this.methods = Reflect.get(window, "pageMethods");
6
6
  this.link = new Map();
7
7
  this.to = Array();
8
+ this.crtTag = null;
8
9
  }
9
10
  //接收器
10
11
  PageController.prototype.receiver = function (method) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "The router for render-js",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",