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