Mr.Shi
2023-08-21 bb82c543675698d16eb80ae2bc6b82593fae8491
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;