'Physics') }, lowCost (list) { return list.filter(exp => exp.cost <= 3) } } This way, the filters are composable; we can use them both in the v-for in the ...
確定! 回上一頁