8000 GitHub - kabofai/vue-pagination: 基于vue2.0开发的分页组件
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kabofai/vue-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-pagination分页组件

demo地址

Build Setup

npm install
npm run dev
npm run build

Explain

prevHtml:'上一页', //不定义为 <
nextHtml:'下一页', //不定义为 >
pageNum: 1,  //默认页 第一页
pageSize: 20, //每页显示最大条数
total: 500,  //一共多少条数据
maxPage: 5,  //分页导航

About

基于vue2.0开发的分页组件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0