We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e70850 commit 4a08d2dCopy full SHA for 4a08d2d
packages/@vuepress/plugin-pagination/clientPlugin.js
@@ -32,7 +32,7 @@ class Pagination {
32
33
get posts () {
34
const [start, end] = this._currentPage.interval
35
- return this._posts.slice(start, end)
+ return this._posts.slice(start, end + 1)
36
}
37
38
get hasPrev () {
0 commit comments