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