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