陈勇
2026-03-30 a4342e58b21d24428285f78abb95d6a87ccf5979
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;