Vuejs component sibling communication
In the previous post about we talked about parent-child component communication. This post is going to be on sibling component communication.
So how do we achieve this in vuejs? Simple. Every vue instance can listen to events and can emit events. We would go…