[Vuejs]-Vue.http.interceptors.push undefined is not an objec

1👍

According his documentation you should first install vue-resourse as dependency then use it as import VueResource from 'vue-resource'; & Vue.use(VueResource);

Leave a comment