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