This is my technical blog about programming, server setup & configuration, technical learning experience.
https://vuejs.org/
In component-sender.vue
1
this.$root.$emit('my-custom-event', data);
In component-receiver.vue