Mr.Shi
2023-09-06 0256141ad70be0d254fd9958e8d28867db1d7531
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;