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