1
刘磊
2026-01-15 ecfefbf2e74ceed358c121946a4775aeca98a467
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;