Simple Example
Please look at this.$emit()
method. and how we use it to notify the parent view.
Basically, the notification path is
input @blur -> applied method -> $emit applied event -> coupon @applied -> onCouponApplied method
|
|
|
|
Send/Listen event by shared instance
|
|