Skip to content

Commit d9adc01

Browse files
Romsonposva
andauthored
docs: remove dead link (#1622)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent c69f75a commit d9adc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/advanced/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
title="Learn about route transitions"
66
/>
77

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):
8+
In order to use transitions on your route components and animate navigations, you need to use the v-slot API:
99

1010
```html
1111
<router-view v-slot="{ Component }">

0 commit comments

Comments
 (0)