Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 2.45 KB

README-CN.md

File metadata and controls

67 lines (44 loc) · 2.45 KB

npm npm

vue-easytable

介绍

基于 vue2.x 的table组件

API & 实例(如果访问不了说明被墙了,我也很无奈......)

API&实例

功能

安装

npm install vue-easytable --save-dev

使用(更多

// 导入 css
import 'vue-easytable/libs/themes-base/index.css'

// 导入 table 组件 和分页组件
import {VTable,VPagination} from 'vue-easytable'

// 将组件注册到全局
Vue.component(VTable.name, VTable)
Vue.component(VPagination.name, VPagination)

你也可以 通过 cdn 使用

讨论组

通过添加微信进行群组讨论

weixin

License

http://www.opensource.org/licenses/mit-license.php