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