@fouro/elx
Advanced tools
+1
-1
| { | ||
| "name": "@fouro/elx", | ||
| "version": "1.0.55", | ||
| "version": "1.0.56", | ||
| "description": "element-ui components", | ||
@@ -5,0 +5,0 @@ "main": "/src", |
@@ -240,3 +240,3 @@ <template> | ||
| nodes.forEach(node => { | ||
| arr.push(node); | ||
| if(!node[this.disabledProp])arr.push(node); | ||
| if (node[childProp] && node[childProp].length) { | ||
@@ -310,3 +310,2 @@ buildArray(node[childProp]); | ||
| rootKeys = roots && roots.map(item => item[keyProp]); | ||
| //严格模式 | ||
@@ -313,0 +312,0 @@ if (this.checkStrictly) { |
Sorry, the diff of this file is not supported yet
904268
-0.67%83
-1.19%