From: Ricky11 Date: Thu, 20 May 2021 18:06:00 +0000 (+0800) Subject: Corrected type (#959) X-Git-Tag: v4.0.9~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01267aae3ae5774b88d56bb0103537febcd7494d;p=thirdparty%2Fvuejs%2Frouter.git Corrected type (#959) --- diff --git a/docs/guide/advanced/navigation-failures.md b/docs/guide/advanced/navigation-failures.md index 54f34b61..ebca4585 100644 --- a/docs/guide/advanced/navigation-failures.md +++ b/docs/guide/advanced/navigation-failures.md @@ -22,7 +22,7 @@ await router.push('/my-profile') this.isMenuOpen = false ``` -Now the menu will close once the navigation is finished but it will also close if the navigation was prevented. We need a way to detect if we actually changed the page we are one or not. +Now the menu will close once the navigation is finished but it will also close if the navigation was prevented. We need a way to detect if we actually changed the page we are on or not. ## Detecting Navigation Failures