刘磊
2024-12-19 a9efc1becf3ac0b3fd46b135fed6dcdc303d7cad
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;