肖洋
2024-12-22 cdabe47ad8128c5006202e55c29746a617e988d6
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;