I have setup mitt and trying to dispatch event to another component but I am having hard time because in the setup() method it doesn’t have this for accessing app instance. Here is what I tried: And in the component, I want to dispatch an event As this doesn’t exist, I can’t access the .emitter. What am I missing? How