有时间需要看的内容

变异方法

Vue 包含一组观察数组的变异方法,所以它们也将会触发视图更新。这些方法如下:

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

猜你喜欢

转载自blog.csdn.net/woshicaicaicainiao/article/details/80305779