Vue.nextTick 정보
Vue Vue.nextTick
본문
따끈따끈하게 올라 온 글입니다.
Nexttick이라는 것인데.. Vue의 최신 릴리스 버전에 포함될 것 같습니다.
Vue.nextTick( [callback, context] )
Defer the callback to be executed after the next DOM update cycle. Use it immediately after you’ve changed some data to wait for the DOM update.
https://vuejsdevelopers.com/2019/01/22/vue-what-is-next-tick/
다음 DOM Update cycle에 Callback이 실행된다는 것인데..
감이 안오네요.
추천
0
0
댓글 0개