UNPKG

wl-baseui

Version:

基础ui库,不包含复杂组件,完整组件库见wlui

12 lines (10 loc) 286 B
import Vue from 'vue' import { Button, Row, Col, Loading, Input, Scrollbar } from 'element-ui' Vue.use(Button) Vue.use(Row) Vue.use(Col) Vue.use(Input) Vue.use(Scrollbar) Vue.use(Loading.directive); Vue.prototype.$loading = Loading.service; Vue.prototype.$ELEMENT = { size: 'small' };