Mr.Shi
2023-09-14 57513aa6aa3374271212c022219b9104321c21ad
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;