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