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