From 121a9666c0083e5dd87830d1c54d92a14086f90a Mon Sep 17 00:00:00 2001 From: Guy Date: Wed, 5 Apr 2017 22:48:17 +0100 Subject: [PATCH] update component-injections.md add in bullet for beforeRouteUpdate --- docs/en/api/component-injections.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/api/component-injections.md b/docs/en/api/component-injections.md index eceb5f657..f07715cfc 100644 --- a/docs/en/api/component-injections.md +++ b/docs/en/api/component-injections.md @@ -15,6 +15,7 @@ These properties are injected into every child component by passing the router i ### Enabled Options - **beforeRouteEnter** +- **beforeRouteUpdate** (added in 2.2) - **beforeRouteLeave** See [In Component Guards](../advanced/navigation-guards.md#incomponent-guards).