The current version of the Inspector frontend application uses a global event bus. It's needed to make the root component of the application (App.vue) aware of some particular events fired inside the component chain. In Vuejs each component is responsible to render a piece of UI users are interacting with.
Table of contents
Vuejs components communicationVuejs global stateEvent Bus use case (our scenario)How to create an event bus in Vue3New to Inspector? Try it for free now3 Comments
Sort: