jiangping
2023-10-26 68c5ef7d9fea3f911e250fb5f8b300bc76099e49
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;