vue 我的積累(使用工具,組件)

代碼已所有提交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>
相關文章
相關標籤/搜索