1.0.1 • Published 5 years ago

zl-loading v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

zlLoading

loading 动态加载

使用方法

js

import 'ZlLoading' from 'zl-loading'
Vue.use(ZlLoading)

this.$loading.show('circle',{text:'加载中...­',type:'wave'}) 显示
this.$loading.hide() 隐藏

参数1 目前可选loading样式: circle, accordion, double-circle, heart, rotate-circle, scale-circle

参数2 目前可选文字: {text: 自己定义的 text值, type: 目前只支持 wave},可以不传,使用默认值

1.0.1

5 years ago

1.0.0

5 years ago