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