在Vue所有的生命周期鉤子方法(如created,mounted, updated以及destroyed)里使用this,this指向調(diào)用它的Vue實例,即(new Vue)。

圖片.png

圖片.png
另外,在試vue中箭頭函數(shù)的this指向時發(fā)現(xiàn)不能在methods中使用箭頭函數(shù)(vue文檔:箭頭函數(shù)沒有this)

圖片.png

圖片.png
在Vue所有的生命周期鉤子方法(如created,mounted, updated以及destroyed)里使用this,this指向調(diào)用它的Vue實例,即(new Vue)。
另外,在試vue中箭頭函數(shù)的this指向時發(fā)現(xiàn)不能在methods中使用箭頭函數(shù)(vue文檔:箭頭函數(shù)沒有this)