肖洋
2025-01-07 60994422d1ff27c24ed8bdf1076f50166ca638db
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;