pagination_ykl
v1.0.0
Published
A fully functional pagination tool by Yang Kelly.
Downloads
1
Readme
Pagination所有模块
Pagination插件是基于vue2.x一个npm包。
功能说明
- 显示总页数、当前页序数
- 支持跳转前后页、自定义页数
- 支持自定义当前页面显示几条记录
Install
npm install Pagination
使用方法
1、npm install
2、在 app.vue 中 import 该模块
import Pagination from 'Pagination'
3、在components进行注册
components: {
Pagination
}
4、DOM 中引用
<Pagination></Pagination>
注意事项
该模块还在迭代更新中,如有bug请开issue或者邮件我[email protected]谢谢。