Blame view

src/components/Loading/index.js 127 Bytes
任超 committed
1 2 3 4 5 6 7 8
import service from './src/index';

export default {
  install (Vue) {
    Vue.prototype.$loading = service;
  },
  service
};