dami-loading
v1.1.1
Published
A Vue component to marquee
Downloads
7
Readme
Installation
$ npm install dami-loadingUse
import BMLoading from 'dami-loading';
Vue.use(BMLoading,{
color:"dark"
//color:"light"
})
//show loading
this.$BMloading("The ID of the parent container")//参数是父容器ID
//hide loading
this.$BMloadingFinish("The ID of the parent container")//参数是父容器ID