コンポーネントの上位にイベントを通知するために、コンポーネント側で this.$emit(イベント名) や this.$emit(イベント名, 値) を呼び出します。
this.$emit(イベント名)
this.$emit(イベント名, 値)
参考: カスタムイベント — Vue.js