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