]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove dead link (#1622)
authorRomero Lijkwan <romerolijkwan@gmail.com>
Tue, 29 Nov 2022 12:21:22 +0000 (13:21 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Nov 2022 12:21:22 +0000 (13:21 +0100)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/guide/advanced/transitions.md

index d951f13d19c78fe16d99239c87309e6801990ad1..b824e53e71ea3ef40f7dc46b87fb905ef6496ec1 100644 (file)
@@ -5,7 +5,7 @@
   title="Learn about route transitions"
 />
 
-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:
 
 ```html
 <router-view v-slot="{ Component }">