1、安装vue-resource到项目中,找到当前项目

输入:npm install vue-resource --save

 

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

import  VueResource  from 'vue-resource'

Vue.use(VueResource)     Vue首字母必须大写,不然运行网页查看效果的时候会报错

 

vue 引用 vue-resource步骤 (遇错排解)

 

3.然后就可以正常使用了

vue 引用 vue-resource步骤 (遇错排解)

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-08-04
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-12-25
  • 2021-12-31
  • 2021-08-22
  • 2022-12-23
相关资源
相似解决方案