We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf14f8 commit 4ed8714Copy full SHA for 4ed8714
packages/docs/zh/guide/advanced/router-view-slot.md
@@ -32,7 +32,7 @@ RotuerView 组件暴露了一个插槽,可以用来渲染路由组件:
32
</router-view>
33
```
34
35
-我们也可以在 Transaction 组件内使用 KeepAlive 组件:
+我们也可以在 Transition 组件内使用 KeepAlive 组件:
36
37
```vue-html
38
<router-view v-slot="{ Component }">
0 commit comments