省略 --> <script> export default { computed: { sortedFruitsByPrice() { return this.fruits.sort((a, b) => { return a.price ...
確定! 回上一頁