element-ui-root 2.0.8 → 2.0.9

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.
@@ -135416,7 +135416,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
135416
135416
  "row-click": this.choose,
135417
135417
  "selection-change": this.select
135418
135418
  }
135419
- }, [condition && this.selection && h("el-table-column", {
135419
+ }, [condition && this.selection && this.$listeners.select && h("el-table-column", {
135420
135420
  "attrs": {
135421
135421
  "fixed": "left",
135422
135422
  "type": "selection",
package/dist/index.umd.js CHANGED
@@ -135425,7 +135425,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
135425
135425
  "row-click": this.choose,
135426
135426
  "selection-change": this.select
135427
135427
  }
135428
- }, [condition && this.selection && h("el-table-column", {
135428
+ }, [condition && this.selection && this.$listeners.select && h("el-table-column", {
135429
135429
  "attrs": {
135430
135430
  "fixed": "left",
135431
135431
  "type": "selection",