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