Mr.Zhang
2023-08-23 1a74c4ab9c4f1fff15e85e57743f6967c4898b91
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;