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