在Vue所有的生命周期钩子方法(如created,mounted, updated以及destroyed)里使用this,this指向调用它的Vue实例,即(new Vue)。
另外,在试vue中箭头函数的this指向时发现不能在methods中使用箭头函数(vue文档:箭头函数没有this)
在Vue所有的生命周期钩子方法(如created,mounted, updated以及destroyed)里使用this,this指向调用它的Vue实例,即(new Vue)。
另外,在试vue中箭头函数的this指向时发现不能在methods中使用箭头函数(vue文档:箭头函数没有this)