UNPKG

vue-wait

Version:

Vue Plugin for Global Loading Management

11 lines (8 loc) 270 B
import Vue from 'vue'; import VueWait from 'vue-wait'; Vue.use(VueWait); // add VueLoading as Vue plugin export default ({app}) => { // inject options from module const pluginOptions = [<%= serialize(options) %>][0] app.wait = new VueWait(pluginOptions) }