jiaosong
2023-08-24 5709af7bcc1da20f12679391ae3b49cabce21069
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;