Skip to content

Commit c6041ff

Browse files
author
reco_luan
committed
fix(vuepress-plugin-pagation): set perpage number to 10
1 parent e685c26 commit c6041ff

File tree

1 file changed

+1
-1
lines changed
  • packages/@vuepress-reco/vuepress-plugin-pagation/bin

1 file changed

+1
-1
lines changed

packages/@vuepress-reco/vuepress-plugin-pagation/bin/Pagation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
},
5858
perPage: {
5959
type: Number,
60-
default: 2
60+
default: 10
6161
},
6262
currentPage: {
6363
type: Number,

0 commit comments

Comments
 (0)