handleUp(list, index) { [list[index], list[index-1]] = [list[index-1], list[index]] console.log(list) }, ```
京公网安备 11010502049817号