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