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