@@ -111,7 +111,6 @@ _axiosApp.get = cachingGet(_axiosApp.get, []);
loadProgressBar(_axiosApp);
Plugin.install = function(Vue) {
- Vue.$http = _axiosApp;
Object.defineProperties(Vue.prototype, {
$http: {
get() {
@@ -111,7 +111,6 @@ _axiosCommonService.get = cachingGet(_axiosCommonService.get, []);
loadProgressBar(_axiosCommonService);
- Vue.$httpCommonService = _axiosCommonService;
$httpCommonService: {