vue-loading
Vue directive for show loading block in any element.Live demo and usage Build by vue-cli and vue-cli-component
Usage
```javascript import loading from 'vue-loading'; export default {directives: { loading }
}
```
template:
```html
```