Better Vue Loading Component

This I believe is the better Vue loading component demo Install npm install --save vue-element-loading Or yarn add vue-element-loading Usage import Vue from 'vue' import VueElementLoading from 'vue-element-loading' Vue.component('VueElementLoading', ElementLoading)…

Continue Reading

Vue JS loading overlay component

Vue overlay loading component demo. Install # npm npm install vue-loading-overlay --save # Yarn yarn add vue-loading-overlay <template> <div class="vld-parent"> <loading :active.sync="isLoading" :can-cancel="true" :on-cancel="onCancel" :is-full-page="fullPage"></loading> <label><input type="checkbox" v-model="fullPage">Full page?</label> <button @click.prevent="asyncRequest">fetch…

Continue Reading
Close Menu