vue-masonry
vue-masonry copied to clipboard
How to display data in order
Background. When I enter a list data, the page always displays the data in the same order.
For example. [1,2,3] [2,3,1] I have checked in google that it may be sorted by the formation of row height, how can I make it display in the order of the input data.
masonry layout puts elements in a way that fits the size/columns, but order horizontally may be a bit off