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