From: 王国栋 <39080510+wu-yan-Wang@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:14:42 +0000 (+0800) Subject: Update navigation.md (#782) X-Git-Tag: v4.0.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9a18be2b12f6060208f738d2f42bda79bc0074;p=thirdparty%2Fvuejs%2Frouter.git Update navigation.md (#782) --- diff --git a/docs/zh/guide/essentials/navigation.md b/docs/zh/guide/essentials/navigation.md index db52642e..45c875cd 100644 --- a/docs/zh/guide/essentials/navigation.md +++ b/docs/zh/guide/essentials/navigation.md @@ -71,7 +71,7 @@ router.push({ path: '/home', replace: true }) router.replace({ path: '/home' }) ``` -## 横夸历史 +## 横跨历史 该方法采用一个整数作为参数,表示在历史堆栈中前进或后退多少步,类似于 `window.history.go(n)`。