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