import Vue from 'vue' export default ({ app }, inject) => { const eventBus = new Vue() inject('bus', eventBus) }