Skip to content

Commit e091b04

Browse files
authored
docs(zh): use full width comma (#3094)
1 parent 4ceec8e commit e091b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/zh/guide/advanced/navigation-guards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const Foo = {
105105
}
106106
```
107107

108-
`beforeRouteEnter` 守卫 **不能** 访问 `this`,因为守卫在导航确认前被调用,因此即将登场的新组件还没被创建。
108+
`beforeRouteEnter` 守卫 **不能** 访问 `this`,因为守卫在导航确认前被调用因此即将登场的新组件还没被创建。
109109

110110
不过,你可以通过传一个回调给 `next`来访问组件实例。在导航被确认的时候执行回调,并且把组件实例作为回调方法的参数。
111111

0 commit comments

Comments
 (0)