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