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