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