Vue does array diffing, so you can either mutate it in place or just do this.arr = [] . Don't do arr.length = 0 though, Vue will not be able ...
確定! 回上一頁