cuijian
2025-06-26 694d882c7a27bc276d37f1c06d0c67a03146e086
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };