Skip to content

Commit a3efa25

Browse files
authored
Update mixin-pagination.js
1 parent 51f86fc commit a3efa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/helpers/mixin-pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
},
2424
paginatedItems() {
2525
let items = this.sortedItems || this.filteredItems || this.localItems || []
26-
const currentPage =this.computedCurrentPage
26+
const currentPage = this.computedCurrentPage
2727
const perPage = this.computedPerPage
2828
// Apply local pagination
2929
if (this.localPaging && perPage) {

0 commit comments

Comments
 (0)