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