Mr.Zhang
2023-09-12 65c62a51c57ff6d31e694fbc1985e77332abd238
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;