mirror of https://github.com/ElemeFE/element
eb24d57a3c | ||
---|---|---|
.. | ||
src | ||
README.md | ||
cooking.conf.js | ||
index.js | ||
package.json |
README.md
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