vue中v-for倒序输出

66 阅读1分钟
<li v-for="item in items.slice().reverse()">
  //do something with item ...
</li>