vue mengirim data antar komponen

use EvenBus 
import Vue from 'vue';
export const EventBus = new Vue();
https://tutorialslink.com/Articles/How-To-Pass-Data-Between-Components-In-Vuejs/1774
Silly Sandpiper