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