Skip to content

Commit 4422e11

Browse files
committed
update
1 parent 56957e8 commit 4422e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Props现在只能单向传递。为了对父组件产生反向影响,子组件
319319

320320
大多数情况下,改变prop值可以用以下选项代替:
321321

322-
- 通过 data 属性,用prop去设置一个data属性的默认值。//todu
322+
- 通过 data 属性,用prop去设置一个data属性的默认值。
323323
- 通过 computed 属性。
324324

325325
{% raw %}
@@ -480,7 +480,7 @@ new Vue({
480480
{% raw %}
481481
<div class="upgrade-path">
482482
<h4>Upgrade Path</h4>
483-
<p>运行 <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> 工具找出石勇 <code>debounce</code> 参数的 实例。</p>
483+
<p>运行 <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> 工具找出使用 <code>debounce</code> 参数的 实例。</p>
484484
</div>
485485
{% endraw %}
486486

0 commit comments

Comments
 (0)