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