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