Skip to content

Commit 6b2a384

Browse files
betweenbrainposva
authored andcommitted
docs: Link beforeRouteUpdate reference to corresponding docs (#2330)
This should help users to discover more information about this magical and mysterious superpower <!-- Please make sure to read the Pull Request Guidelines: https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines -->
1 parent 936d99a commit 6b2a384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/essentials/dynamic-matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const User = {
5353
}
5454
```
5555

56-
Or, use the `beforeRouteUpdate` guard introduced in 2.2:
56+
Or, use the `beforeRouteUpdate` [navigation guard](../advanced/navigation-guards.html) introduced in 2.2:
5757

5858
``` js
5959
const User = {

0 commit comments

Comments
 (0)