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