h5
Mr.Shi
2023-08-25 50b0f1787720062df58bf9be64b0aa8403955765
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;