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