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