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