安装 npm install vue-resource
//main.js 使用
import VueResource from "vue-resource"
Vue.use(VueResource)
安装好 Vue-resource 之后,在 Vue 组件中,我们就可以通过 this.$http 或者使用全局 变量 Vue.http 发起异步请求
标签:vue,resource,VueResource,--,Vue,day64
From: https://www.cnblogs.com/satisfysmy/p/17630105.html