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