陈勇
2026-03-20 dbbd4120b2281f2305c01bd476925f4c170d3722
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;