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