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