Skip to content

Commit 75f2c1e

Browse files
LWJcoderposva
authored andcommittedJan 15, 2018
docs(cn): 错别字 (#2000)
路有 -> 路由
·
v3.6.5v3.0.2
1 parent 92342ec commit 75f2c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/zh-cn/essentials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const app = new Vue({
6363
// 现在,应用已经启动了!
6464
```
6565

66-
通过注入路由,我们可以用 `this.$router` 来访问它,就像在任何组件里用 `this.$router` 访问当前路有一样
66+
通过注入路由,我们可以用 `this.$router` 来访问它,就像在任何组件里用 `this.$router` 访问当前路由一样
6767

6868
```js
6969
// Home.vue

0 commit comments

Comments
 (0)
Please sign in to comment.