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