Skip to content

Commit bd37fd4

Browse files
authored
docs: fix typo Rotuer (#2432)
1 parent 9b44fce commit bd37fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/zh/guide/advanced/router-view-slot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RouterView 插槽
22

3-
RotuerView 组件暴露了一个插槽,可以用来渲染路由组件:
3+
RouterView 组件暴露了一个插槽,可以用来渲染路由组件:
44

55
```vue-html
66
<router-view v-slot="{ Component }">

0 commit comments

Comments
 (0)