Skip to content

Commit

Permalink
docs: fix typo Rotuer (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangenming authored Jan 3, 2025
1 parent 9b44fce commit bd37fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/zh/guide/advanced/router-view-slot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RouterView 插槽

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

```vue-html
<router-view v-slot="{ Component }">
Expand Down

0 comments on commit bd37fd4

Please sign in to comment.