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