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