代碼已所有提交gitvue
https://github.com/itwdy/vue-toolsgit
各類vue控件,工具將持續集成,若是感興趣收藏一下,因爲本人技術不夠神,因此寫的控件簡單易懂,方便你們使用github
https://github.com/itwdy/vue-tools/tree/master/pagination工具
使用說明:spa
# 引入組件到頁面 import pagination from '../custom/pagination' # 註冊組件 components: { pagination }, # 添加到頁面中 <pagination :page-index="currentPage" :total="total" :page-size="pageSize" @change="handleCurrentChange" > </pagination>