Skip to content

Commit 8e81c5a

Browse files
committed
Merge pull request #101 from Radostin/patch-1
Fixing typo view.md
2 parents 1d24418 + 91a179c commit 8e81c5a

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)