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