[Vuejs]-Why do processes not work for me the second time with vue?

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.

Leave a comment