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