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