刘磊
2025-12-18 1c7d84d153f22148c7c8dbf80aa646edb0c53648
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;