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