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