This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,10 @@ For more details about permalinks, please head to [Permalinks](https://v1.vuepre
9797### pagination
9898
9999- Type: ` Pagination `
100- - Default: ` { lengthPerPage: 10 } `
101100- Required: ` false `
102101
102+ It can overwrite [ globalPagination] ( ./#globalpagination ) .
103+
103104Please head to [ Pagination Config] ( ../pagination/README.md#config ) section to get all available options.
104105
105106## frontmatters
@@ -173,7 +174,17 @@ Layout component name for scope page.
173174### pagination
174175
175176- Type: ` Pagination `
176- - Default: ` { lengthPerPage: 10 } `
177+ - Required: ` false `
178+
179+ It can overwrite [ globalPagination] ( ./#globalpagination ) .
180+
181+ Please head to [ Pagination Config] ( ../pagination/README.md#config ) section to get all available options.
182+
183+ ## globalPagination
184+
185+ Pagination config for all directories and frontmatters.
186+
187+ - Type: ` Pagination `
177188- Required: ` false `
178189
179190Please head to [ Pagination Config] ( ../pagination/README.md#config ) section to get all available options.
You can’t perform that action at this time.
0 commit comments