Mr.Zhang
2023-08-22 14e73128bfa02922fdcf9591ee6d5fd6b6f7a5c6
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;