0.0.5 • Published 4 years ago

@nine-theme/vuepress-plugin-pagation v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@nine-theme/vuepress-theme-nine

GitHub last commit npm (scoped) npm NPM


Pagation plugin for vuepress

使用

使用位置
plugin name@nine-theme/vuepress-plugin-pagationa
component namePagation(主题开发时使用)
npm install @nine-theme/vuepress-plugin-pagationa

参数

name类型默认值
totalnumber10
perPagenumber10
currentPagenumber1
getCurrentPagefunction参数 currentPage: 当前页码
<Pagation :total="22", :perPage="20" :currentPage="1" @getCurrentPage="get"></Pagation>