Vue开发系列四- 网络请求库vue-resource的使用

1.安装

使用前需要先安装 npm install vue-resource --save

 2.导入

安装完毕后,在main.js中导入,如下所示:

import VueResource  from 'vue-resource'

Vue.use(VueResource) 

posted @ 2018-03-01 15:41  行藏在我  阅读(491)  评论(0编辑  收藏  举报