vue-loading.js 99 B

1234
  1. import Vue from 'vue'
  2. import VueLoading from '~components/common/vue-loading'
  3. Vue.use(VueLoading)