zhaowei
2025-03-26 92a6ef42fcd2069c72f6cd55b359f8751daf198e
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };