肖洋
2025-01-08 abbc0ac93a533cbb43c329c813611154454d9836
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;