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