The purpose of this demo is to demonstrate how to leverage the Composition API to add and use an event bus in your vue project
Component that lists messages that it receives from the event bus. It will clear messages from the list when it receives the 'clear-messages' event.
Component that is responsible to emit the "message" event which the MessagesList component consumes.
Holds the "core" logic. It utilizes tiny-emitter to emit and subscribe to events.