Skip to content

Commit 5efee86

Browse files
authored
Merge pull request #109 from lichunqiang/patch-1
tweak
2 parents c3801b1 + 5d0dc78 commit 5efee86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ new Vue({
508508
</div>
509509
{% endraw %}
510510

511-
###使用内联 `value``v-model` <sup>弃用</sup>
511+
### 使用内联 `value``v-model` <sup>弃用</sup>
512512

513513
`v-model` 不再以内联 `value` 方式初始化的初值了,显然他将以实例的data相应的属性作为真正的初值。
514514

@@ -551,7 +551,7 @@ data: {
551551
<input v-for="str in strings" v-model="str">
552552
```
553553

554-
因为 `<input>` 将被便宜成类似下面的js代码
554+
因为 `<input>` 将被编译成类似下面的js代码
555555

556556
``` js
557557
strings.map(function (str) {
@@ -1549,4 +1549,4 @@ A benefit of functional components over partials is that they can be much more d
15491549

15501550
> 原文: http://vuejs.org/guide/migration.html
15511551
1552-
***
1552+
***

0 commit comments

Comments
 (0)