Templating fix

pull/12/head
mertsincan 2019-06-28 18:20:18 +03:00
parent 876999c448
commit b7b3206e1e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default {
}; };
}, },
mounted() { mounted() {
this.columns = this.$children; this.columns = [...this.$children];
}, },
methods: { methods: {
getRowKey(rowData, index) { getRowKey(rowData, index) {