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