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