Skip to content

Commit

Permalink
#Spelling error by updating Transaction to Transition (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
laiguangtao authored Jan 19, 2024
1 parent 1cf14f8 commit 4ed8714
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
Expand Up @@ -32,7 +32,7 @@ RotuerView 组件暴露了一个插槽,可以用来渲染路由组件:
</router-view>
```

我们也可以在 Transaction 组件内使用 KeepAlive 组件:
我们也可以在 Transition 组件内使用 KeepAlive 组件:

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

0 comments on commit 4ed8714

Please sign in to comment.