export default {
computed: {
pagedRows() {
return this.arrangedRows;
}
},
data: () => ({ currentPage: 1 }),
methods: {}
};