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