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