knpwrs / vue-node

Load vue components in node.
MIT License
61 stars 5 forks source link

Remove p-immediate #3

Closed nickmessing closed 7 years ago

nickmessing commented 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.

knpwrs commented 7 years ago

Odd that the CI didn't kick off for this. Tested locally and it appears to work. I'll publish momentarily.

knpwrs commented 7 years ago

Published in v1.0.2. Thanks again!