wangjuncheng
2025-05-28 4a0b0a87f183abae6aff6174436be2ccbc507be2
1
2
3
4
5
// src/eventBus.js
import mitt from "mitt";
 
// 创建事件总线
export const EventBus = mitt();