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