1.0.6 • Published 12 months ago

adber-ui v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

adber-ui

vue-cli3构建基于elementUI二次封装库 并集成 vxe-table

Install

npm install adber-ui -S

Usage

import Vue from "vue"
import AdberUI from 'adber-ui'
import 'adber-ui/style/index.scss'
Vue.use(AdberUI)

在项目中使用

<ad-component></ad-component>