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