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