肖洋
2025-02-11 992a33ca68af405d08da512c46d7d59ec3ceaabc
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;