zhangherong
2025-04-17 c9440d2e2cfd0adc0431bd09585b0f45bee7a071
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };