element-ui-enhanced
v0.3.5
Published
```vue import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css'
Downloads
9
Readme
element-ui-enhanced
使用
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import ElementUIEnhanced from 'element-ui-enhanced'
import 'element-ui-enhanced/lib/element-ui-enhanced.css'
Vue.use(ElementUI)
Vue.use(ElementUIEnhanced)