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