import Vue from 'vue' import $store from './store/index' import $http from './http/index' Vue.prototype.$store = $store Vue.prototype.$http = $http