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