lyh
2025-04-14 0c4e7ea6e347db2f2749bf9446ac0ed215bdecd5
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };