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 953f577

Browse files
Merge pull request #23 from Farukh1x95/master
Question 29 Spelling Mistake Fixed
2 parents 752e1a9 + 253786c commit 953f577

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
@@ -953,7 +953,7 @@ List of 300 VueJS Interview Questions
953953
29. ### How do you communicate from child to parent using events?
954954
If you want child wants to communicate back up to the parent, then emit an event from child using `$emit` object to parent,
955955
```javascript
956-
Vue.component('todo-tem', {
956+
Vue.component('todo-item', {
957957
props: ['todo'],
958958
template: `
959959
<div class="todo-item">

0 commit comments

Comments
(0)

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