1
import Bus from 'vue';
2
3 4 5
let install = function (Vue) { Vue.prototype.$bus = new Bus() }
6
export default {install};