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