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