import Loading from './src/Loading.vue' Loading.install = function(Vue) { Vue.component(Loading.name, Loading) } export default Loading