Question 1
Considering the following code snippet, which statements are true about components in Vue?
Parent can listen with @update
Parent receives payload via $event
Child can directly modify parent state
$emit triggers a DOM event
Considering the following code snippet, which statements are true about components in Vue?
Parent can listen with @update
Parent receives payload via $event
Child can directly modify parent state
$emit triggers a DOM event
Correct answers
Parent can listen with @update
Parent receives payload via $event
Question 1 of 29 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 21 Dec 2025, in the September 2025 term (Modern Application Development Ii 18 Dec 25). It carries 2 marks.