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