update Table functional

This commit is contained in:
梁灏 2017-05-04 15:22:31 +08:00
parent 87b6ef9d8b
commit 28587238de

View file

@ -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);
}