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