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