Skip to content

Commit 96f8ddd

Browse files
committed
Merge remote-tracking branch 'upstream/2.0-cn' into 2.0-cn
2 parents 321d9d0 + 6f7e6df commit 96f8ddd

File tree

6 files changed

+2304
-2194
lines changed

6 files changed

+2304
-2194
lines changed

src/guide/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: 安装
33
type: guide
44
order: 1
5-
vue_version: 2.0.1
6-
dev_size: "184.49"
7-
min_size: "61.72"
8-
gz_size: "22.58"
5+
vue_version: 2.0.3
6+
dev_size: "188.88"
7+
min_size: "62.54"
8+
gz_size: "22.86"
99
---
1010

1111
### 兼容性

src/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Vue 包含一组观察数组的突变方法,所以它们也将会触发视图
365365

366366
### 重塑数组
367367

368-
重塑数组,顾名思义,改变原始数组的称呼。相比之下,也有不改变原组数的方法,例如: `filter()``concat()``slice()` 。这些不会改变原始数组,但总是返回一个新的数组。当用不改变原数组的方法时,你只需替换旧数组用新的:
368+
重塑数组,顾名思义,改变原始数组的称呼。相比之下,也有不改变原数组的方法,例如: `filter()``concat()``slice()` 。这些不会改变原始数组,但总是返回一个新的数组。当用不改变原数组的方法时,你只需替换旧数组用新的:
369369

370370
``` js
371371
example1.items = example1.items.filter(function (item) {

0 commit comments

Comments
 (0)