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 752e1a9 commit 253786cCopy full SHA for 253786c
README.md
@@ -953,7 +953,7 @@ List of 300 VueJS Interview Questions
953
29. ### How do you communicate from child to parent using events?
954
If you want child wants to communicate back up to the parent, then emit an event from child using `$emit` object to parent,
955
```javascript
956
- Vue.component('todo-tem', {
+ Vue.component('todo-item', {
957
props: ['todo'],
958
template: `
959
<div class="todo-item">
0 commit comments