0.1.7 • Published 6 years ago

element-ui-x v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago