update Table functional
This commit is contained in:
parent
87b6ef9d8b
commit
28587238de
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue