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