Mr.Zhang
2023-08-14 287934f48daa9889f824e12d1af687bc5aa3bbe2
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;