@farris/jit-engine 1.3.362 → 1.3.363

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.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ 1.3.363
2
+
3
+ 移动支持界面规则
4
+
1
5
  1.3.362
2
6
 
3
7
  低零支持设置界面规则
@@ -14,7 +14,7 @@ class VueState extends vue_variable_1.VueVariable {
14
14
  this.value = param;
15
15
  return;
16
16
  }
17
- if (this.type == "Expression") {
17
+ if (this.type == "Expression" || this.type == "FormRule") {
18
18
  this.value = `form.${context.binding.path}.${name}`;
19
19
  }
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.3.362",
3
+ "version": "1.3.363",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {