Skip to content

Commit 03708f1

Browse files
committed
Merge branch '2.0-cn' of https://github.com/vuefe/vuejs.org into 2.0-cn
2 parents d20abf8 + fe53bb0 commit 03708f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ Todos
770770
var eventHub = new Vue()
771771
```
772772

773-
然后再组件中,可以使用 `$emit`, `$on`, `$off` 分别来分发、监听、取消监听事件:
773+
然后在组件中,可以使用 `$emit`, `$on`, `$off` 分别来分发、监听、取消监听事件:
774774

775775
``` js
776776
// NewTodoInput

0 commit comments

Comments
 (0)