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