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