]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix typo Rotuer (#2432)
authorzhangenming <282126346@qq.com>
Fri, 3 Jan 2025 10:07:53 +0000 (18:07 +0800)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 10:07:53 +0000 (11:07 +0100)
packages/docs/zh/guide/advanced/router-view-slot.md

index eec3a4461cd45852d5b2a7c2a17026e43938a036..85f21a13cfa94b5dd4fd575e0b091645b977e0c8 100644 (file)
@@ -1,6 +1,6 @@
 # RouterView 插槽
 
-RotuerView 组件暴露了一个插槽,可以用来渲染路由组件:
+RouterView 组件暴露了一个插槽,可以用来渲染路由组件:
 
 ```vue-html
 <router-view v-slot="{ Component }">