lyh
2025-06-23 266db48e639ce2cd84572c8586876d906b8ce6b8
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };