vcom-components
v0.1.10
Published
## Install ``` npm install vcom-components -S ```
Readme
components
Install
npm install vcom-components -SQuick Start
import Vue from 'vue'
import VcomComponents from 'vcom-components'
Vue.use(VcomComponents,{
perms: [], // 权限标识数组
dictData: [], // 字典数组
request: '....' // 请求地址
})