jiaosong
2023-08-15 91b92422716cb4c5d0433f77fd2d6d45a69639c4
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;