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