Skip to content

Commit e2598cb

Browse files
authored
docs: typo (#2043)
1 parent bb3fefa commit e2598cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/essentials/passing-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can also pass any props directly via `<RouterView>`:
8989
:is="Component"
9090
view-prop="value"
9191
/>
92-
</RouterView
92+
</RouterView>
9393
```
9494

9595
::: warning

0 commit comments

Comments
 (0)