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