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