From 974922c9f1c04fccc5ca98e366d2b6e343ee8321 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Wed, 1 Aug 2018 10:47:39 -0400 Subject: [PATCH] Link beforeRouteUpdate reference to corresponding docs This should help users to discover more information about this magical and mysterious superpower --- docs/guide/essentials/dynamic-matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/dynamic-matching.md b/docs/guide/essentials/dynamic-matching.md index 459a06999..285ee77ee 100644 --- a/docs/guide/essentials/dynamic-matching.md +++ b/docs/guide/essentials/dynamic-matching.md @@ -53,7 +53,7 @@ const User = { } ``` -Or, use the `beforeRouteUpdate` guard introduced in 2.2: +Or, use the `beforeRouteUpdate` [navigation guard](../advanced/navigation-guards.html) introduced in 2.2: ``` js const User = {