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