We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3801b1 + 5d0dc78 commit 5efee86Copy full SHA for 5efee86
src/guide/migration.md
@@ -508,7 +508,7 @@ new Vue({
508
</div>
509
{% endraw %}
510
511
-###使用内联 `value`的`v-model` <sup>弃用</sup>
+### 使用内联 `value`的`v-model` <sup>弃用</sup>
512
513
`v-model` 不再以内联 `value` 方式初始化的初值了,显然他将以实例的data相应的属性作为真正的初值。
514
@@ -551,7 +551,7 @@ data: {
551
<input v-for="str in strings" v-model="str">
552
```
553
554
-因为 `<input>` 将被便宜成类似下面的js代码:
+因为 `<input>` 将被编译成类似下面的js代码:
555
556
``` js
557
strings.map(function (str) {
@@ -1549,4 +1549,4 @@ A benefit of functional components over partials is that they can be much more d
1549
1550
> 原文: http://vuejs.org/guide/migration.html
1551
1552
-***
+***
0 commit comments