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