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