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