]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: Update active-links.md (#2207)
authorRainer Eli <claushellsing@gmail.com>
Sun, 14 Apr 2024 12:41:40 +0000 (06:41 -0600)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2024 12:41:40 +0000 (14:41 +0200)
* Update active-links.md

Add Documentation regarding RouteLink "Active" state through the use of slot properties

* Update packages/docs/guide/essentials/active-links.md

---------

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/guide/essentials/active-links.md

index 8febe3812d41eb219148a2c0b7a695117d82b695..d2a5398bf3517ca84295eb877b8a0fa154e71dd5 100644 (file)
@@ -75,4 +75,4 @@ const router = createRouter({
 })
 ```
 
-See [Extending RouterLink](../advanced/extending-router-link) for more advanced customization techniques.
+See [Extending RouterLink](../advanced/extending-router-link) for more advanced customization techniques using the `v-slot` API.