Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

DeepMohinman's avatar

vuejs 2 nextTick() return

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?

0 likes
1 reply

Please or to participate in this conversation.