mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-01 11:47:41 +08:00
Table: Table: Remove render default in table-column
This commit is contained in:
parent
00c5028d8d
commit
f347657651
@ -181,7 +181,7 @@ export default {
|
||||
|
||||
created() {
|
||||
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++;
|
||||
|
||||
let parent = this.$parent;
|
||||
|
Loading…
Reference in New Issue
Block a user