Skip to content

Commit 552efbf

Browse files
authored
Update components.md
1 parent 7e61f33 commit 552efbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Vue.component('example', {
417417

418418
## 自定义事件
419419

420-
我们知道,父组件是使用 props 传递数据给子组件,但如果子组件需要传递数据回去,应该怎样做?那自定义事件该出场了
420+
我们知道,父组件是使用 props 传递数据给子组件,但如果子组件要把数据传递回去,应该怎样做?那就是自定义事件
421421

422422
### 使用 `v-on` 绑定自定义事件
423423

0 commit comments

Comments
 (0)