this is the data sent from the backend, in order of
vue
suspect that the order of the backend data is out of order when it is transmitted, so you create a new object, put the data in order, and then render it through vue. However, the result is still the same. Finally, the object is converted into an array (the array itself is ordered), but it still doesn"t work. After trying various methods, the rendered data still cannot maintain the order of the original data.
have you encountered any related problems? Please give me some solutions or suggestions, thank you.