vcom-components

## Install ``` npm install vcom-components -S ```

Usage no npm install needed!

<script type="module">
  import vcomComponents from 'https://cdn.skypack.dev/vcom-components';
</script>

README

components

Install

npm install vcom-components -S

Quick Start

import Vue from 'vue'
import VcomComponents from 'vcom-components'

Vue.use(VcomComponents,{
  perms: [], // 权限标识数组
  dictData: [], // 字典数组
  request: '....' // 请求地址
})