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