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