Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5924b1e

Browse files
Merge pull request #16 from regchiu/patch-1
#29 corrected description
2 parents 50e0c2f + 6a48fcc commit 5924b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ List of 300 VueJS Interview Questions
941941
**[⬆ Back to Top](#table-of-contents)**
942942

943943
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,
944+
If you want child wants to communicate back up to the parent, then emit an event from child using `$emit` object to parent,
945945
```javascript
946946
Vue.component('todo-tem', {
947947
props: ['todo'],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /