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