1、组件外部加修饰符 .native v-on:focus.native="onFocus"

2、组件内部声明 $emit('自定义事件')

3、使用 $listeners 属性