]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
Update navigation.md (#782)
author王国栋 <39080510+wu-yan-Wang@users.noreply.github.com>
Mon, 22 Feb 2021 10:14:42 +0000 (18:14 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 10:14:42 +0000 (11:14 +0100)
docs/zh/guide/essentials/navigation.md

index db52642e23d76afb13e9404def44dbcb20eb4114..45c875cd7f750fa0b1236c35441b11e5370f9c65 100644 (file)
@@ -71,7 +71,7 @@ router.push({ path: '/home', replace: true })
 router.replace({ path: '/home' })
 ```
 
-## 横历史
+## 横历史
 
 该方法采用一个整数作为参数,表示在历史堆栈中前进或后退多少步,类似于 `window.history.go(n)`。