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