Create a global Vue.js event bus
Sometimes when working with a Vue.js application you might require unrelated areas of your application to talk to each other. The standard ‘props down, events...
Sometimes when working with a Vue.js application you might require unrelated areas of your application to talk to each other. The standard ‘props down, events...