为了账号安全,请及时绑定邮箱和手机立即绑定

钩子中读取数据报错post undefined,也引用了vue-resource,这是为什么呀

钩子中读取数据报错post undefined,也引用了vue-resource,这是为什么呀

小唯快跑啊 2018-12-26 17:15:54
以下是我的代码,mounted() {    this.initList()},methods:{    initList: function(){        this.$http.post('/api/user/SelectTitle',{},{}).then((response) => {            this.service_show_list = response.body;        })    }},但是会报错显示Error in mounted hook: "TypeError: Cannot read property 'post' of undefined",但是如果通过按钮直接调用initList函数就是没有问题的,麻烦问一下您知道这是怎么回事儿吗~我在main.js中引用了vue-resource的import VueResource from 'vue-resource'Vue.config.productionTip = falsenew Vue({el: '#app',template: '<App/>',components: { App }})Vue.use(VueResource)
查看完整描述

1 回答

?
慕妹3242003

TA贡献1824条经验 获得超6个赞

  mounted:function(){

    this.initList();

    }

另外vue官方建议不要使用vue-resource了,用axios代替。


查看完整回答
反对 回复 2019-01-28
  • 1 回答
  • 0 关注
  • 734 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信