diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index d731a79..65bf8b9 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -59,6 +59,7 @@ if (isRealRender) { const component = new Vue({ + functional: true, render: (h) => { return this.column.render(h, this.row, this.column, this.index); } -- libgit2 0.21.4