chenyong
2025-05-22 03e09a08f4609cc61e64ca16129db5a3ccb85c1d
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;