v-on绑定自定义事件

可以快速上手的开发文档

#v-on绑定自定义事件
v-on绑定自定义事件

浅谈Vue.js 组件中的v-on绑定自定义事件理解

每个Vue实例都实现了事件接口(Eventsinterface),即:使用$on(eventName)监听事件使用$emit(eventName)..