0.1.7 • Published 7 years ago

element-ui-x v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

文档

Install

npm install element-ui-x -S

Quick Start

import Vue from 'vue'
import Element from 'element-ui-x'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-ui-x'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

LICENSE

MIT

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago