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