From 51d40a5404e1f5d0820c70c4cd1af3f12bcde04a Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sat, 8 Aug 2020 11:14:20 +0200 Subject: [PATCH] docs(api): add note about push Close #2712 --- docs/api/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/README.md b/docs/api/README.md index fc30b9e6f..5ec2560af 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -369,6 +369,8 @@ router.forward() Programmatically navigate to a new URL. See [Programmatic Navigation](../guide/essentials/navigation.md) for more details. +These functions can only be called after installing the Router plugin and passing it to the root Vue instance as shown in the [Getting Started](../guide/README.md). + ### router.getMatchedComponents Signature: