render-core 1.0.50 → 1.0.51

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.
@@ -10,7 +10,7 @@ export function resolver_switch(elements, data) {
10
10
  //如何属性匹配
11
11
  if (result !== null) {
12
12
  //属性
13
- var action = result[0].substring(5);
13
+ var action = result[0].substring(9);
14
14
  //值
15
15
  var method = elements[i].getAttribute(result[0]);
16
16
  //删除属性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "The core for render-js",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",