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