# Target
When the front-end plug-in is set to communicate with each other, the following methods must be set
Import the necessary libraries:
import { getCurrentInstance } from 'vue';
Sender:
Recipient:
# Process
Through a message broker, the sender sends the message to the transfer station and the receiver receives the message from the broker station, enabling communication.