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