diff --git a/src/components/pagination/VgtPaginationPageInfo.vue b/src/components/pagination/VgtPaginationPageInfo.vue index ef962921..e525bf7c 100644 --- a/src/components/pagination/VgtPaginationPageInfo.vue +++ b/src/components/pagination/VgtPaginationPageInfo.vue @@ -97,7 +97,7 @@ export default { lastRecordOnPage: last, totalRecords: this.totalRecords, currentPage: this.currentPage, - totalPages: this.lastPage, + totalPage: this.lastPage, }; }, },