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