1.6.17 • Published 1 year ago

@vuepress-reco/vuepress-plugin-pagation v1.6.17

Weekly downloads
396
License
MIT
Repository
github
Last release
1 year ago

@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 namePagation(主题开发时使用)

Options

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

Attributes

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

Events

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