1.0.2 • Published 9 years ago
el-table-dpz v1.0.2
el-table
A el-table component for Vue.js.
Demo
http://element-component.github.io/el-table
Installation
npm i el-table -DUsage
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 buildLicense
1.0.2
9 years ago