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