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