jiaosong
2023-08-21 0c4507ad5ebdbf8ac1c2bbcdcf38203908e61378
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;