mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
713 B
713 B
el-table
A el-table component for Vue.js.
Demo
http://element-component.github.io/el-table
Installation
npm i el-table -D
Usage
import Vue from 'vue'
import ElTable from 'el-table'
import 'element-theme-default'
Vue.use(ElTable)
or
import Vue from 'vue'
import { ElTable } from 'el-table'
Vue.component('el-table', ElTable)
Options
name | description | type | default |
---|---|---|---|
Development
make dev
## test
make test
## build
make build