1. npm install vue-resource --save-dev

2.main.js中 导入并使用 VueResource

/*引入资源请求插件*/
import VueResource from "vue-resource";
/*使用VueResource插件*/
Vue.use(VueResource);

3. 这样就可以使用 this.$http.get或者 this.$http.post 来发送请求了

 

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐