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