Vue カスタムイベントの発行 emit
この記事では、Vue カスタム イベントを発行する方法について説明します。イベントを発行する側ではイベントを定義して発行し、イベントを受け取る側ではイベントハンドラを作成してイベントをリッスンする手順を実行します。This article explains how to emit a Vue custom event. On the side that issues the event, define and issue the event, and on the side that receives the event, create an event handler and perform the procedures for listening to the event.