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