npm install v-eventhub -S
import Eventhub from 'v-eventhub'
or
const Eventhub = require('v-eventhub')
var eventHub = new EventHub
eventHub.$emit('say', 'what')
eventHub.$on('say', msg => alert(msg))
eventHub.$remove('say')
eventHub.$destroy('say')
有问题请加我微信,入群解决