For a VueJS 2.0 project I have the following on the parent component
Events from parent to child are done with $broadcast() in Vue 1.0 and are not possible at all in Vue 2.0.
$broadcast()
And you possibly don't need that, there usually is a better solution than doesn't need events, but that depends on your usecase.