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 Vue2, change the pagination of the table.The highlighted cell data from the previous page has reached the second page.Overwritten the correct data.
Due to the addition of new labels, the Vue2 diff algorithm did not match, resulting in data distortion.
The text was updated successfully, but these errors were encountered:
Oh, this will be tricky to fix.
Vue is reusing existing DOM elements whenever possible to increase performance.
Similar issues has been spotted also in other frameworks.
So far without any solution.
Can you send me some example page with exact steps to reproduce where I could test it?
I found a website that can be replicated example highlight the word “王小虎”, or the number "1"。all the word in table .Then switch back and forth between pagination
In Vue2, change the pagination of the table.The highlighted cell data from the previous page has reached the second page.Overwritten the correct data.
Due to the addition of new labels, the Vue2 diff algorithm did not match, resulting in data distortion.
The text was updated successfully, but these errors were encountered: