vue Cannot read property 'get' of undefined

 

 要调用后台、数据,需引入vue-resource,此处可使用npm工具,进行安装(忘记安装),

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


                输入:npm install vue-resource --save


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


        import  VueResource  from 'vue-resource'

           Vue.use(VueResource)

 

========

转载自:https://www.jianshu.com/p/9c1d67f4beac

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2021-11-22
  • 2021-07-09
  • 2021-12-02
  • 2021-10-09
  • 2022-02-15
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2021-08-19
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案