Looking to display my Vue.js list in reverse order using v-for without altering the original object. The default HTML list displays from top to bottom, but I want to append items from bottom to top on the DOM. Telegram web messages list achieves this with ng-repeat. Is there a way to achieve this using v-for or any other alternative method? Thank you.