Skip to content

Commit c893242

Browse files
authored
Merge pull request #218 from LeoSpark/patch-4
完整翻译原句
2 parents 34b95ef + 552efbf commit c893242

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)