Mr.Shi
2023-09-11 721bfaa6a1cf9bed6cf416cba077284643271fee
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;