Skip to content

Commit 927f0c9

Browse files
holazzposva
authored andcommitted
docs(zh): remove extra space (#3090)
1 parent ddc6bc7 commit 927f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/advanced/navigation-guards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ beforeRouteUpdate (to, from, next) {
130130
这个离开守卫通常用来禁止用户在还未保存修改前突然离开。该导航可以通过 `next(false)` 来取消。
131131

132132
```js
133-
beforeRouteLeave (to, from , next) {
133+
beforeRouteLeave (to, from, next) {
134134
const answer = window.confirm('Do you really want to leave? you have unsaved changes!')
135135
if (answer) {
136136
next()

0 commit comments

Comments
 (0)