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