computed : {. 29. sortedItems () {. 30. if (this.enableSort) {. 31. return this.items.slice(0).sort((a, b) => a.name < b.name ? this.sorting : -this.sorting ).
確定! 回上一頁