1.1.1 • Published 5 years ago

dami-loading v1.1.1

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

Installation

$ npm install dami-loading

Use

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
1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago