vue2.0 中#$emit,$on的使用详解 vue1.0中vm.$dispatch和vm.$broadcast被弃用,改用$emit,$onvm.$on(event,callback)监听当前实例上的自定义 emit的使用