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