Skip to content

Commit 076d82e

Browse files
authored
Update packages/docs/guide/essentials/nested-routes.md
1 parent 818d9da commit 076d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/essentials/nested-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ const routes = [
148148
]
149149
```
150150

151-
As the parent doesn't specify a route component, the top-level `router-view` will skip over the parent and just use the component from the relevant child instead.
151+
As the parent doesn't specify a route component, the top-level `<router-view>` will skip over the parent and just use the component from the relevant child instead.

0 commit comments

Comments
 (0)