Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ List of 300 VueJS Interview Questions
**[⬆ Back to Top](#table-of-contents)**

29. ### How do you communicate from child to parent using events?
If you want child wants to communicate back up to the parent, then emit an event from child using `$event` object to parent,
If you want child wants to communicate back up to the parent, then emit an event from child using `$emit` object to parent,
```javascript
Vue.component('todo-tem', {
props: ['todo'],
Expand Down