jiangping
2023-09-19 eb9e6d140dcf05d53147364334b99985edb32131
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;