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