dengjunjie
4 天以前 bea5e8a7d4d764ec0eb35e766a879e85a1424ca4
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;