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