0.0.7 • Published 3 years ago

whui-vue v0.0.7

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

whui-vue

基于vue的前端组件库

Install

npm install whui-vue -S

Use

main.js

import Vue from 'vue'
import whuiVue from 'whui-vue'
const {pagination,cron,selectTree} =whuiVue.components;

Vue.component(pagination.name,pagination);
Vue.component(cron.name,cron);
Vue.component(selectTree.name,selectTree);
0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago