1👍
✅
<li class="day" v-for="day in orderedDays">
computed: {
orderedDays: function () {
return _.orderBy(this.days, ['unix'], ['asc'])
}
}
Source:stackexchange.com