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