From: Rainer Eli Date: Sun, 14 Apr 2024 12:41:40 +0000 (-0600) Subject: docs: Update active-links.md (#2207) X-Git-Tag: v4.3.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b6dcae31f8ff4c2f970d27e758d52cdf468be68;p=thirdparty%2Fvuejs%2Frouter.git docs: Update active-links.md (#2207) * 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 --- diff --git a/packages/docs/guide/essentials/active-links.md b/packages/docs/guide/essentials/active-links.md index 8febe381..d2a5398b 100644 --- a/packages/docs/guide/essentials/active-links.md +++ b/packages/docs/guide/essentials/active-links.md @@ -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.