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