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