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