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