wp-element-ui
v1.4.0
Published
element-ui二开版
Downloads
119
Maintainers
Readme
element-ui二开版,仅供内部使用,其他慎用
Element will stay with Vue 2.x
Links
Install
npm install wp-element-ui -S
Quick Start
import Vue from 'vue'
import Element from 'wp-element-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from 'wp-element-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
Browser Support
Modern browsers and Internet Explorer 10+.