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