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