element-ui-root 2.2.1 → 2.2.2

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.
@@ -135428,7 +135428,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
135428
135428
  "row-click": this.choose,
135429
135429
  "selection-change": this.select
135430
135430
  }
135431
- }, [condition && this.selection && this.$listeners.select && h("el-table-column", {
135431
+ }, [condition && (this.selection || this.$listeners.select) && h("el-table-column", {
135432
135432
  "attrs": {
135433
135433
  "fixed": "left",
135434
135434
  "type": "selection",
package/dist/index.umd.js CHANGED
@@ -135437,7 +135437,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
135437
135437
  "row-click": this.choose,
135438
135438
  "selection-change": this.select
135439
135439
  }
135440
- }, [condition && this.selection && this.$listeners.select && h("el-table-column", {
135440
+ }, [condition && (this.selection || this.$listeners.select) && h("el-table-column", {
135441
135441
  "attrs": {
135442
135442
  "fixed": "left",
135443
135443
  "type": "selection",