mirror of https://github.com/ElemeFE/element
Table: Table: Remove render default in `table-column`
parent
00c5028d8d
commit
f347657651
|
@ -181,7 +181,7 @@ export default {
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.customRender = this.$options.render;
|
this.customRender = this.$options.render;
|
||||||
this.$options.render = h => h('div', this.$slots.default);
|
this.$options.render = h => h('div');
|
||||||
this.columnId = (this.$parent.tableId || (this.$parent.columnId + '_')) + 'column_' + columnIdSeed++;
|
this.columnId = (this.$parent.tableId || (this.$parent.columnId + '_')) + 'column_' + columnIdSeed++;
|
||||||
|
|
||||||
let parent = this.$parent;
|
let parent = this.$parent;
|
||||||
|
|
Loading…
Reference in New Issue