Level 3
@deepmohinman may you relate to this one.
https://stackoverflow.com/questions/47634258/what-is-nexttick-and-what-does-it-do-in-vue-js
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm trying to return some data using nextTick() in vuejs 2 as following :
getProperty() { this.$nextTick(function() { return 'hello'; }); }
It doesn't work. Any clue?
Please or to participate in this conversation.