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