Templating fix
parent
876999c448
commit
b7b3206e1e
|
@ -71,7 +71,7 @@ export default {
|
|||
};
|
||||
},
|
||||
mounted() {
|
||||
this.columns = this.$children;
|
||||
this.columns = [...this.$children];
|
||||
},
|
||||
methods: {
|
||||
getRowKey(rowData, index) {
|
||||
|
|
Loading…
Reference in New Issue