We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e0c2f commit 6a48fccCopy full SHA for 6a48fcc
README.md
@@ -941,7 +941,7 @@ List of 300 VueJS Interview Questions
941
**[⬆ Back to Top](#table-of-contents)**
942
943
29. ### How do you communicate from child to parent using events?
944
- 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,
945
```javascript
946
Vue.component('todo-tem', {
947
props: ['todo'],
0 commit comments