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