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