Skip to content

Commit fe53bb0

Browse files
authored
Merge pull request volksbright#249 from 70data/2.0-cn
fix volksbright#247
2 parents 9cfd71a + ba8188f commit fe53bb0

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)