@@ -38,5 +38,8 @@ setRootFontSize('v')
new Vue({
router,
store,
+ beforeCreate() {
+ Vue.prototype.$globalEventBus = this
+ },
render: (h) => h(App)
}).$mount('#app')