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