Mr.Shi
2023-09-04 682182cf67a5aa9fed34335fea22d4673f30f10c
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;