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 c69f75a commit d9adc01Copy full SHA for d9adc01
packages/docs/guide/advanced/transitions.md
@@ -5,7 +5,7 @@
5
title="Learn about route transitions"
6
/>
7
8
-In order to use transitions on your route components and animate navigations, you need to use the [v-slot API](../../api/#router-view-s-v-slot):
+In order to use transitions on your route components and animate navigations, you need to use the v-slot API:
9
10
```html
11
<router-view v-slot="{ Component }">
0 commit comments