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