loading.js 91 B

123
  1. import Vue from 'vue'
  2. import loading from './loading.vue'
  3. Vue.component('loading', loading)