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