fixed #438
This commit is contained in:
parent
7b7178f165
commit
aa43b8c832
4 changed files with 6 additions and 3 deletions
|
@ -71,6 +71,8 @@
|
|||
return $parent._data;
|
||||
}
|
||||
});
|
||||
component.row = this.row;
|
||||
component.column = this.column;
|
||||
|
||||
const Cell = component.$mount();
|
||||
this.$refs.cell.appendChild(Cell.$el);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue