码迷,mamicode.com
首页 > 其他好文 > 详细

vue里面的this指向

时间:2019-05-15 00:31:01      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:col   ons   this   div   his   color   api   json   jsonp   

  this.$http.jsonp(api).then(function(response){
      console.log(response);
      console.log(this);
      this.list=response.body.result
    },
    function(err){
    console.log(err);
    })

这里用箭头函数和不用箭头函数this都是指向同一个,都是vueconponent就是当前的组件

vue里面的this指向

标签:col   ons   this   div   his   color   api   json   jsonp   

原文地址:https://www.cnblogs.com/fpcbk/p/10865465.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!