Vue

VueのnextTick()が最初わからなかった話

Vue

Vue.jsでnextTick()というAPIが存在して、最初どういうものか分からなかったが完全に理解した記録。 nextTick()とは 公式リファレンスには次のように書かれている。 A utility for waiting for the next DOM update flush. https://vuejs.org/api/general.ht…