@nines/vuepress-plugin-pagation
v0.0.5
Published
pagation plugin for vuepress
Readme
@nines/vuepress-plugin-pagation
Pagation plugin for vuepress
使用
|使用位置|值| |-|-| |plugin name|@nines/vuepress-plugin-pagationa| |component name|Pagation(主题开发时使用)|
npm install @nines/vuepress-plugin-pagationa参数
|name|类型|默认值| |----|----|----| |total|number|10| |perPage|number|10| |currentPage|number|1| |getCurrentPage|function|参数 currentPage: 当前页码|
<Pagation :total="22", :perPage="20" :currentPage="1" @getCurrentPage="get"></Pagation>