1.0.1 • Published 3 years ago

shou-loading-bar v1.0.1

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

shou-loading-bar

加载进度条

Build Setup

//install dependencies
npm install shou-loading-bar

//use
import loading from 'shou-loading-bar'
Vue.use(loading);

//还可以设置线条颜色
Vue.use(loading,{
    color:'red' //设置线条颜色为红色
})

//xxx.vue
this.$loadingBar.failed(); //加载失败
this.$loadingBar.finish(); //加载成功
this.$loadingBar.start(); //开始加载
this.$loadingBar.update(percent); //精确修改