vue 个人积累(使用工具,组件)

代码已全部提交git

https://github.com/itwdy/vue-tools

各种vue控件,工具将持续集成,如果感兴趣收藏一下,由于本人技术不够神,所以写的控件简单易懂,方便大家使用

分页控件

https://github.com/itwdy/vue-tools/tree/master/pagination

使用说明:

# 引入组件到页面
import pagination from '../custom/pagination'

# 注册组件
components: {
    pagination
},

# 添加到页面中

你可能感兴趣的:(vue.js,javascript,html,css)