Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-pagination/clientPlugin.js
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ class Pagination {

get posts () {
const [start, end] = this._currentPage.interval
return this._posts.slice(start, end)
return this._posts.slice(start, end + 1)
}

get hasPrev () {

0 comments on commit 4a08d2d

Please sign in to comment.