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 36c3a7f commit 90e2c4fCopy full SHA for 90e2c4f
src/guide/migration.md
@@ -332,7 +332,7 @@ Most use cases of mutating a prop can be replaced by one of these options:
332
333
### Props on a Root Instance <sup>deprecated</sup>
334
335
-On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead instead of `props`.
+On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead of `props`.
336
337
{% raw %}
338
<div class="upgrade-path">
0 commit comments