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