hema-spinner
v1.0.3
Published
a spinner plugin by vue
Downloads
24
Readme
vue-spinner
vue-spinner
how to use
yarn add hema-spinner
npm install -s hema-spinner
use in SFC(single file component)
show method
this.$spinner.show({ text: 'loading...' })
hide method
this.$spinner.hide()
