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