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