Skip to content

Commit 4ed8714

Browse files
authored
#Spelling error by updating Transaction to Transition (#2113)
1 parent 1cf14f8 commit 4ed8714

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
@@ -32,7 +32,7 @@ RotuerView 组件暴露了一个插槽,可以用来渲染路由组件:
3232
</router-view>
3333
```
3434

35-
我们也可以在 Transaction 组件内使用 KeepAlive 组件:
35+
我们也可以在 Transition 组件内使用 KeepAlive 组件:
3636

3737
```vue-html
3838
<router-view v-slot="{ Component }">

0 commit comments

Comments
 (0)