vue-loading
v0.1.4
Published
Vue directive for show loading block in anything
Downloads
681
Readme
vue-loading
Vue directive for show loading block in any element.
Build by vue-cli and vue-cli-component
Usage
import loading from 'vue-loading';
export default {
directives: { loading }
}
template:
<div v-loading="loading (Boolean)" :loading-options="{ options }"></div>