<div class="item" v-for="item of items">{{ item.name }}</div> ... return this.items.slice(0).sort((a, b) => a.name < b.name ? this.sorting : -this.sorting ).
確定! 回上一頁