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