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