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

posted @ 2020-09-04 17:36  larybird  阅读(3232)  评论(0编辑  收藏  举报