From 6a48fccf942eb3c61a93d53a845788742ad7fbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reg=20Chiu/=E9=82=B1=E5=BB=BA=E5=98=89?= Date: Fri, 28 Aug 2020 10:30:33 +0800 Subject: [PATCH] #29 corrected description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a427cc8..fae5632 100644 --- a/README.md +++ b/README.md @@ -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'],