Vue中更新数组想要触发视图的更新,可以用下面这些方法:

    • push()
    • pop()
    • shift()
    • unshift()
    • splice()
    • sort()
    • reverse()