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