jiangping
2023-08-18 807e22533146d9e1f13a4cf706b9fc62bb204a81
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;