1.0.1 • Published 2 years ago

bigle-ui v1.0.1

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

说明

BGL-UI 是一款基于 Vue.js 2.0 的前端 UI 组件库,主要用于快速开发 PC 网站中后台产品

安装

cnpm i bigle-ui -S

使用

在src/main.js
import BGLUI from 'bigle-ui';
Vue.use( Vue => {
 // 语法:Vue.component(后期调用的组件名, 单文件组件)
 // 注册:后期就可以直接调用,不需要单独导入
 // Vue.component('qfui-kuangkuang', Kuangkuang)
 // Vue.component('qfui-page', Page)
 // Vue.component(Kuangkuang.name, Kuangkuang)
 // Vue.component(Page.name, Page)

 const coms = [Kuangkuang, Page]
 coms.forEach(com => {
   Vue.component(com.name, com)
 })
});
import 'bigle-ui/yl-ui.css';

组件

框框

bigle-kuangkuang
props title
slot

分页

bigle-page
props total
1.0.1

2 years ago

1.0.0

2 years ago