vue 引用 vue-resource步骤
1、安装vue-resource到项目中,找到当前项目输入:npm install vue-resource --save2、安装完毕后,在main.js中导入,如下所示:import VueResource from 'vue-resource'Vue.use(VueResource) 这样就可以了Hope to help you!
·
1、安装vue-resource到项目中,找到当前项目
输入:npm install vue-resource --save
2、安装完毕后,在main.js中导入,如下所示:
import VueResource from 'vue-resource'
Vue.use(VueResource)
这样就可以了
Hope to help you!
更多推荐
已为社区贡献2条内容
所有评论(0)