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