1.0.5 • Published 2 years ago

acomponent-ui v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

AComponent-ui

NPM version

组件库文档-点击查看

使用方法

  1. 安装

    npm install acomponent-ui -D
  2. 全局引入

    在 main.js 中写入以下内容

    ...
    import AComponentUI from 'acomponent-ui'
    Vue.use(AComponentUI)
    ...
  3. 按需引入

    ...
    import { AProInput } from 'acomponent-ui'
    Vue.use(AProInput)
    ...