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