Skip to content

Commit a0c1efa

Browse files
committed
fix subRoutes case typo
1 parent 89a18ca commit a0c1efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/migration-vue-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ router.match = createMatcher(
130130
</div>
131131
{% endraw %}
132132

133-
### `subroutes` <sup>deprecated</sup>
133+
### `subRoutes` <sup>deprecated</sup>
134134

135135
[Renamed to `children`](http://router.vuejs.org/en/essentials/nested-routes.html) for consistency within Vue and with other routing libraries.
136136

137137
{% raw %}
138138
<div class="upgrade-path">
139139
<h4>Upgrade Path</h4>
140-
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of the <code>subroutes</code> option.</p>
140+
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of the <code>subRoutes</code> option.</p>
141141
</div>
142142
{% endraw %}
143143

0 commit comments

Comments
 (0)