刘磊
2025-01-08 92cb843826dfab531b4406102fe7dcd31b6b0775
1
2
3
4
5
import mitt from 'mitt';
 
const eventBus = mitt();
 
export default eventBus;