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