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