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