0👍
If as you said, the property changes and the screen stay the same , maybe you should try vm.$forceUpdate()
or vm.$nextTick(yourFunction)
to refresh the event queue.
Source:stackexchange.com
0👍
If as you said, the property changes and the screen stay the same , maybe you should try vm.$forceUpdate()
or vm.$nextTick(yourFunction)
to refresh the event queue.