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

原文地址:https://www.cnblogs.com/hd92/p/13615081.html