vue Cannot read property ‘get’ of undefined

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

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注