Skip to content

Commit

Permalink
Merge branch 'bernhardh-patch-1' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiw committed Nov 11, 2018
2 parents 08b6524 + 7689fa6 commit 143ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VuetablePaginationMixin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
totalPage () {
return this.tablePagination === null
? 0
: this.last_page - this.firstPage + 1
: this.tablePagination.last_page - this.firstPage + 1
},
lastPage () {
return this.tablePagination === null
Expand Down

0 comments on commit 143ea98

Please sign in to comment.