element-ui-root 2.1.3 → 2.1.4

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.
@@ -18620,13 +18620,13 @@ const Aupload = a => Promise.resolve(/* AMD require */).then(function() { var __
18620
18620
  "key": b,
18621
18621
  "attrs": {
18622
18622
  "label": labels(a),
18623
- "value": values(a)
18623
+ "value": `${values(a)}`
18624
18624
  }
18625
18625
  })) : this.option.map((a, b) => h("el-option", {
18626
18626
  "key": b,
18627
18627
  "attrs": {
18628
18628
  "label": labels(a),
18629
- "value": values(a)
18629
+ "value": `${values(a)}`
18630
18630
  }
18631
18631
  }))]);
18632
18632
 
@@ -165844,7 +165844,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
165844
165844
  },
165845
165845
  cols: {
165846
165846
  type: String,
165847
- default: () => '4'
165847
+ default: () => '6'
165848
165848
  },
165849
165849
  labelWidth: {
165850
165850
  type: String,
package/dist/index.umd.js CHANGED
@@ -18629,13 +18629,13 @@ const Aupload = a => Promise.resolve(/* AMD require */).then(function() { var __
18629
18629
  "key": b,
18630
18630
  "attrs": {
18631
18631
  "label": labels(a),
18632
- "value": values(a)
18632
+ "value": `${values(a)}`
18633
18633
  }
18634
18634
  })) : this.option.map((a, b) => h("el-option", {
18635
18635
  "key": b,
18636
18636
  "attrs": {
18637
18637
  "label": labels(a),
18638
- "value": values(a)
18638
+ "value": `${values(a)}`
18639
18639
  }
18640
18640
  }))]);
18641
18641
 
@@ -165853,7 +165853,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
165853
165853
  },
165854
165854
  cols: {
165855
165855
  type: String,
165856
- default: () => '4'
165856
+ default: () => '6'
165857
165857
  },
165858
165858
  labelWidth: {
165859
165859
  type: String,