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