Mr.Shi
2023-08-22 37e1d3fbf79291e74846be90db574387b5df5f74
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;