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