chenyong
2025-06-09 4f8cbd783208925be8ccbfed198b86e20523ec0e
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;