Commit 28587238ded06647eeddecaff776f4d8fb213d2b

Authored by 梁灏
1 parent 87b6ef9d

update Table functional

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/table/cell.vue
@@ -59,6 +59,7 @@ @@ -59,6 +59,7 @@
59 59
60 if (isRealRender) { 60 if (isRealRender) {
61 const component = new Vue({ 61 const component = new Vue({
  62 + functional: true,
62 render: (h) => { 63 render: (h) => {
63 return this.column.render(h, this.row, this.column, this.index); 64 return this.column.render(h, this.row, this.column, this.index);
64 } 65 }