dengjunjie
2025-10-27 bad7d319665205633b0f354c8f7a0c3df19aa06b
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;