Skip to content

Commit 91a179c

Browse files
committed
Update view.md
1 parent 1d24418 commit 91a179c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `<router-view>`
22

3-
The `<router-view>` element is used as outlets for rendering matched components. It is based upon Vue's dynamic component system, and therefore inherits many features from a normal dyanmic component:
3+
The `<router-view>` element is used as outlets for rendering matched components. It is based upon Vue's dynamic component system, and therefore inherits many features from a normal dynamic component:
44

55
- You can pass props to it.
66
- HTML content inside the `<router-view>` will be used for content insertion in the rendered component.

0 commit comments

Comments
 (0)