vue 학습----activated 이벤트가 트리거되지 않음

306 단어 Vue
methods:{
    handleScroll(){
        console.log(document.documentElement.scrollTop)
    }
},
activated(){
  window.addEventListener('scroll',this.handleScroll)
}

activated, deactivated 이 두 생명주기 함수는keep-alive 구성 요소를 사용한 후에만 있는 것이고, 그렇지 않으면 존재하지 않습니다.
사용법은 출구 외투에

좋은 웹페이지 즐겨찾기