In Vue 2.0 the documentation and others clearly indicate that communication from parent to child happens via props.
How does a p
If you have time, use Vuex store for watching variables (aka state) or trigger (aka dispatch) an action directly.