index.js 127 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import service from './src/index'; export default { install (Vue) { Vue.prototype.$loading = service; }, service };