@hero_666/web_vueui
v1.0.3
Published
the UI library of vue
Downloads
35
Readme
vueUI
the UI library of vue
install
npm install @hero_666/web_vueui
start
// import
import vueUI from '@hero_666/web_vueui';
import '@hero_666/web_vueui/dist/vueUI.css';
import Vue from 'vue';
Vue.use(vueUI,{
errorImg: 'data:image/png;base64.......' // the base64 data of image
})