release 2.0.0-rc.13
This commit is contained in:
parent
638590f55b
commit
78d8ea4d4a
2 changed files with 6 additions and 2 deletions
|
@ -61,7 +61,11 @@
|
|||
const component = new Vue({
|
||||
functional: true,
|
||||
render: (h) => {
|
||||
return this.column.render(h, this.row, this.column, this.index);
|
||||
return this.column.render(h, {
|
||||
row: this.row,
|
||||
column: this.column,
|
||||
index: this.index
|
||||
});
|
||||
}
|
||||
});
|
||||
const Cell = component.$mount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue