1.1.1 • Published 7 years ago

dami-loading v1.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago