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