Mr.Shi
2023-09-11 24eb9d89423613c7322da715f2a445b4466ffcf4
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;