vue里面的this指向
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue里面的this指向相关的知识,希望对你有一定的参考价值。
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指向的主要内容,如果未能解决你的问题,请参考以下文章