import Vue from 'vue' export default { install (vue) { const hub = new Vue() vue.prototype.$hub = hub vue.hub = hub }, }