You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chinese version, it says there is no need to use Vue.nextTick() because Vue Test Utils has applied it. But in English Version, it says We need to use Vue.nextTick() to wait until Vue has performed the DOM update after we set a reactive property.
My question is, which one is correct? After my testing, I found that if I changed the data of component without using Vue.nextTick(), wrapper.html() is still the original value.
What is expected?
As Chinese Version, there is no need to use Vue.nextTick().