摘要: 1、安装vue-resource到项目中,找到当前项目 输入:npm install vue-resource --save 2、安装完毕后,在main.js中导入,如下所示: import VueResource from 'vue-resource' Vue.use(VueResource) 3 阅读全文
posted @ 2017-11-30 13:48 走在程序的路上 阅读(5695) 评论(0) 推荐(0) 编辑