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