[Vuejs]-Running code in callback of Vue js $set method

0👍

It’s probably a problem with the asyncronicity of the AJAX call.

Where do you call the $nextTick ? in the callback of the AJAX call?

We need some moe code to solve this probably.

Leave a comment