zhaowei
2024-10-28 b8d3ad18074c932b5bb2af7797fc71079d14c1b6
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };