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.
1 parent 56957e8 commit 4422e11Copy full SHA for 4422e11
src/guide/migration.md
@@ -319,7 +319,7 @@ Props现在只能单向传递。为了对父组件产生反向影响,子组件
319
320
大多数情况下,改变prop值可以用以下选项代替:
321
322
-- 通过 data 属性,用prop去设置一个data属性的默认值。//todu
+- 通过 data 属性,用prop去设置一个data属性的默认值。
323
- 通过 computed 属性。
324
325
{% raw %}
@@ -480,7 +480,7 @@ new Vue({
480
481
<div class="upgrade-path">
482
<h4>Upgrade Path</h4>
483
- <p>运行 <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> 工具找出石勇 <code>debounce</code> 参数的 实例。</p>
+ <p>运行 <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> 工具找出使用 <code>debounce</code> 参数的 实例。</p>
484
</div>
485
{% endraw %}
486
0 commit comments