vuepress-theme-reco/packages/@vuepress-reco/vuepress-plugin-pagation
2020-06-21 15:00:28 +08:00
..
bin chore(vuepress-plugin-pagation): try refactoring using the render func 2020-06-20 23:29:19 +08:00
images style: code automation 2020-04-03 19:30:07 +08:00
.npmignore test(example): change position of example code 2020-04-03 22:27:09 +08:00
index.js style: code automation 2020-04-03 19:30:07 +08:00
package.json v1.4.7 2020-06-21 15:00:28 +08:00
README.md style: code automation 2020-04-03 19:30:07 +08:00

@vuepress-reco/vuepress-plugin-pagation

demo.png

Details

Pagation plugin for vuepress-theme-reco or other vuepress theme.

使用位置
plugin name @vuepress-reco/vuepress-plugin-pagation
component name Pagation主题开发时使用

Options

主题开发过程中作为组件使用,以下为组件的参数(不是插件注入时的参数)。

Attributes

参数 说明 类型 默认值 可选值
total 数据总数量 number 10 -
perPage 每页多少条 number 10 -
currentPage 当前是第几页 number 1 -

Events

事件名称 说明 回调参数
getCurrentPage 获取当前是第几页 currentPage: 当前页码