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