]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
#Spelling error by updating Transaction to Transition (#2113)
authorlaiguangtao <laiguangtao@gmail.com>
Fri, 19 Jan 2024 04:09:39 +0000 (12:09 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2024 04:09:39 +0000 (12:09 +0800)
packages/docs/zh/guide/advanced/router-view-slot.md

index 5a302423009e58cdecf3ac85f4da68d90fe85b85..eec3a4461cd45852d5b2a7c2a17026e43938a036 100644 (file)
@@ -32,7 +32,7 @@ RotuerView 组件暴露了一个插槽,可以用来渲染路由组件:
 </router-view>
 ```
 
-我们也可以在 Transaction 组件内使用 KeepAlive 组件:
+我们也可以在 Transition 组件内使用 KeepAlive 组件:
 
 ```vue-html
 <router-view v-slot="{ Component }">