Mr.Zhang
2023-09-13 c8c5f498c027b5652caa6cca1fbd95a36ae7b6cf
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;