肖洋
2024-12-26 d76e413d03a9e8645afe33d7573e60eed0fc8d8f
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;