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