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