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