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