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