I am using Vue JS to do viewmodel bindings. In my data object I have an array of items that are sorted in ascending order (oldest to newest) and I\'d like to keep i
data
Instead of reversing the order of the elements for creation, I only change the order of the display.
And my CSS
No need to clone the array and reverse it.