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