Closed nickmessing closed 7 years ago
Starting with Vue 2.1.0 Vue.nextTick() returns a promise if you don't send any attributes so p-immediate is not required anymore.
Vue.nextTick()
p-immediate
Odd that the CI didn't kick off for this. Tested locally and it appears to work. I'll publish momentarily.
Published in v1.0.2. Thanks again!
v1.0.2
Starting with Vue 2.1.0
Vue.nextTick()
returns a promise if you don't send any attributes sop-immediate
is not required anymore.