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