多项选择题

在vue2.0中,实现子组件往父组件传递数据,使用()触发事件不正确的是

A.$emit(eventName)
B.$on(eventName)
C.v-bind
D.v-for