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