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