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